#BB3CC3

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

Shades of Fuchsia #BB3CC3

Tints of Fuchsia #BB3CC3

Color information

#BB3CC3 (or 0xBB3CC3) is unknown color: approx Fuchsia. HEX triplet: BB, 3C and C3. RGB value is (187,60,195). Sum of RGB (Red+Green+Blue) = 187+60+195=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB3CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CC3 is #44C33C. Grayscale: #707070. Windows color (decimal): -4506429 or 12795067. OLE color: 12795067.

HSL color Cylindrical-coordinate representation of color #BB3CC3: hue angle of 296.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3CC3 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18760195-
CMYK0.040.6900.24
HSL296.44º52.94%50%-
HSV(B)296.44º69.23%76.47%-
XYZ31.9617.7453.37-
YUV113.36174.08180.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 60 (23.83% from 255) = 13.57%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=42.31%
G=13.57%
B=44.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187601950.040.6900.24296.4452.9450
HexBB3CC34450181283532
Octal2737430341050304506562
Binary10111011111100110000111001000101011000100101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3CC3; }

 p { color: rgb(187,60,195); }

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

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

 a { background-color: rgb(187,60,195); }

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

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

 span { border-color: rgb(187,60,195); }

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