#BB3FC0

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

Shades of Fuchsia #BB3FC0

Tints of Fuchsia #BB3FC0

Color information

#BB3FC0 (or 0xBB3FC0) is unknown color: approx Fuchsia. HEX triplet: BB, 3F and C0. RGB value is (187,63,192). Sum of RGB (Red+Green+Blue) = 187+63+192=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FC0 is #44C03F. Grayscale: #727272. Windows color (decimal): -4505664 or 12599227. OLE color: 12599227.

HSL color Cylindrical-coordinate representation of color #BB3FC0: hue angle of 297.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3FC0 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18763192-
CMYK0.030.6700.25
HSL297.67º50.59%50%-
HSV(B)297.67º67.19%75.29%-
XYZ31.7917.9351.65-
YUV114.78171.58179.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=42.31%
G=14.25%
B=43.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187631920.030.6700.25297.6750.5950
HexBB3FC034301912a3332
Octal2737730031030314526362
Binary1011101111111111000000111000011011001100101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FC0; }

 p { color: rgb(187,63,192); }

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

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

 a { background-color: rgb(187,63,192); }

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

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

 span { border-color: rgb(187,63,192); }

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