#BB4DC6

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

Shades of Fuchsia #BB4DC6

Tints of Fuchsia #BB4DC6

Color information

#BB4DC6 (or 0xBB4DC6) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and C6. RGB value is (187,77,198). Sum of RGB (Red+Green+Blue) = 187+77+198=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC6 is #44B239. Grayscale: #7B7B7B. Windows color (decimal): -4502074 or 12996027. OLE color: 12996027.

HSL color Cylindrical-coordinate representation of color #BB4DC6: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4DC6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18777198-
CMYK0.060.6100.22
HSL294.55º51.49%53.92%-
HSV(B)294.55º61.11%77.65%-
XYZ33.3419.9555.52-
YUV123.68169.94173.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 77 (30.47% from 255) = 16.67%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=40.48%
G=16.67%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187771980.060.6100.22294.5551.4953.92
HexBB4DC663D0161273336
Octal2731153066750264476366
Binary10111011100110111000110110111101010110100100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DC6; }

 p { color: rgb(187,77,198); }

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

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

 a { background-color: rgb(187,77,198); }

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

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

 span { border-color: rgb(187,77,198); }

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