#BB63B6

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

Shades of Fuchsia #BB63B6

Tints of Fuchsia #BB63B6

Color information

#BB63B6 (or 0xBB63B6) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and B6. RGB value is (187,99,182). Sum of RGB (Red+Green+Blue) = 187+99+182=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63B6 is #449C49. Grayscale: #868686. Windows color (decimal): -4496458 or 11953083. OLE color: 11953083.

HSL color Cylindrical-coordinate representation of color #BB63B6: hue angle of 303.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB63B6 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18799182-
CMYK00.470.030.27
HSL303.41º39.29%56.08%-
HSV(B)303.41º47.06%73.33%-
XYZ33.422.8746.91-
YUV134.77154.65165.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=39.96%
G=21.15%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879918200.470.030.27303.4139.2956.08
HexBB63B602F31B12f2738
Octal2731432660573334574770
Binary1011101111000111011011001011111111011100101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63B6; }

 p { color: rgb(187,99,182); }

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

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

 a { background-color: rgb(187,99,182); }

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

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

 span { border-color: rgb(187,99,182); }

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