#BB2CBB

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

Shades of Fuchsia #BB2CBB

Tints of Fuchsia #BB2CBB

Color information

#BB2CBB (or 0xBB2CBB) is unknown color: approx Fuchsia. HEX triplet: BB, 2C and BB. RGB value is (187,44,187). Sum of RGB (Red+Green+Blue) = 187+44+187=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CBB is #44D344. Grayscale: #666666. Windows color (decimal): -4510533 or 12266683. OLE color: 12266683.

HSL color Cylindrical-coordinate representation of color #BB2CBB: hue angle of 300º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2CBB is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18744187-
CMYK00.7600.27
HSL300º61.9%45.29%-
HSV(B)300º76.47%73.33%-
XYZ30.3615.9548.49-
YUV103.06175.38187.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 10.53%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=44.74%
G=10.53%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874418700.7600.2730061.945.29
HexBB2CBB04C01B12c3e2d
Octal2735427301140334547655
Binary101110111011001011101101001100011011100101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2CBB; }

 p { color: rgb(187,44,187); }

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

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

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

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

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

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

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