Html Css Color HEX #BB2CB9 Fuchsia

📋 copy color: '#BB2CB9'

red 187 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #BB2CB9

Tints of Fuchsia #BB2CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 44.95%
G = 10.58%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB2CB9 (or 0xBB2CB9) is known color: Fuchsia. HEX triplet: BB, 2C and B9. RGB value is (187,44,185). Sum of RGB (Red+Green+Blue) = 187+44+185=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CB9 is #44D346. Grayscale: #666666. Windows color (decimal): -4510535 or 12135611. OLE color: 12135611.

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

Color convert

RGB 187 44 185 -
CMYK 0 0.76 0.01 0.27
HSL 300.84º 0.62% 0.45% -
HSV(B) 300.84º 0.76% 0.73% -
XYZ 30.15 15.87 47.37 -
YUV 102.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 187 44 185 0 0.76 0.01 0.27 300.84 0.62 0.45
Hex BB 2C B9 0 4C 1 1B 12D 3E 2D
Octal 273 54 271 0 114 1 33 455 76 55
Binary 10111011 101100 10111001 0 1001100 1 11011 100101101 111110 101101

Color Harmonies of #BB2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CB9

Black with #BB2CB9

Text Example


Text Example

White with #BB2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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