#b63eb8

Color #B63EB8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B63EB8

Tints of Fuchsia #B63EB8

Color information

#B63EB8 (or 0xB63EB8) is unknown color: approx Fuchsia. HEX triplet: B6, 3E and B8. RGB value is (182,62,184). Sum of RGB (Red+Green+Blue) = 182+62+184=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #B63EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EB8 is #49C147. Grayscale: #6F6F6F. Windows color (decimal): -4833608 or 12074678. OLE color: 12074678.

HSL color Cylindrical-coordinate representation of color #B63EB8: hue angle of 299.02º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63EB8 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18262184-
CMYK0.010.6600.28
HSL299.02º49.59%48.24%-
HSV(B)299.02º66.3%72.16%-
XYZ29.6716.8547.04-
YUV111.79168.76178.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 62 (24.61% from 255) = 14.49%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=42.52%
G=14.49%
B=42.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182621840.010.6600.28299.0249.5948.24
HexB63EB814201C12b3230
Octal2667627011020344536260
Binary101101101111101011100011000010011100100101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63eb8; }

 p { color: rgb(182,62,184); }

 H1.HeaderClassName
 {
   color: #b63eb8;
 }
 .AnyTagClassName
 {
   color: #b63eb8;
 }
</style>
background-color css

<style>
 a { background-color: #b63eb8; }

 a { background-color: rgb(182,62,184); }

 div.DivClassName
 {
   background-color: #b63eb8;
 }
 .BgClassName
 {
   background-color: #b63eb8;
 }
</style>
border-color css

<style>
 span { border-color: #b63eb8; }

 span { border-color: rgb(182,62,184); }

 td.TdClassName
 {
   border-color: #b63eb8;
 }
 .TagClassName
 {
   border-color: #b63eb8;
 }
</style>