Html Css Color HEX #BB2CB2 Fuchsia

📋 copy color: '#BB2CB2'

red 187 ◦ green 44 ◦ blue 178

#BB2CB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BB2CB2

Tints of Fuchsia #BB2CB2

RGB

 RED value IS 187 (73.44% from 255) = 45.72%

 GREEN value IS 44 (17.58% from 255) = 10.76%

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 45.72%
G = 10.76%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB2CB2 (or 0xBB2CB2) is known color: Fuchsia. HEX triplet: BB, 2C and B2. RGB value is (187,44,178). Sum of RGB (Red+Green+Blue) = 187+44+178=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2CB2 is #44D34D. Grayscale: #656565. Windows color (decimal): -4510542 or 11676859. OLE color: 11676859.

HSL color Cylindrical-coordinate representation of color #BB2CB2: hue angle of 303.78º 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 #BB2CB2 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 178 -
CMYK 0 0.76 0.05 0.27
HSL 303.78º 0.62% 0.45% -
HSV(B) 303.78º 0.76% 0.73% -
XYZ 29.43 15.58 43.58 -
YUV 102.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 187 44 178 0 0.76 0.05 0.27 303.78 0.62 0.45
Hex BB 2C B2 0 4C 5 1B 130 3E 2D
Octal 273 54 262 0 114 5 33 460 76 55
Binary 10111011 101100 10110010 0 1001100 101 11011 100110000 111110 101101

Color Harmonies of #BB2CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CB2

Black with #BB2CB2

Text Example


Text Example

White with #BB2CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CB2; }

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

 H1.HeaderClassName
 {
   color: #BB2CB2;
 }
 .AnyTagClassName
 {
   color: #BB2CB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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