Html Css Color HEX #BB0ECB Deep Magenta

📋 copy color: '#BB0ECB'

red 187 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #BB0ECB

Tints of Deep Magenta #BB0ECB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 46.29%
G = 3.47%
B = 50.25%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB0ECB (or 0xBB0ECB) is known color: Deep Magenta. HEX triplet: BB, 0E and CB. RGB value is (187,14,203). Sum of RGB (Red+Green+Blue) = 187+14+203=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ECB is #44F134. Grayscale: #565656. Windows color (decimal): -4518197 or 13307579. OLE color: 13307579.

HSL color Cylindrical-coordinate representation of color #BB0ECB: hue angle of 294.92º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0ECB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 14 203 -
CMYK 0.08 0.93 0 0.20
HSL 294.92º 0.87% 0.43% -
HSV(B) 294.92º 0.93% 0.8% -
XYZ 31.43 15.19 57.78 -
YUV 87.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 187 14 203 0.08 0.93 0 0.20 294.92 0.87 0.43
Hex BB E CB 8 5D 0 14 127 57 2B
Octal 273 16 313 10 135 0 24 447 127 53
Binary 10111011 1110 11001011 1000 1011101 0 10100 100100111 1010111 101011

Color Harmonies of #BB0ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ECB

Black with #BB0ECB

Text Example


Text Example

White with #BB0ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ECB; }

 p { color: rgb(187,14,203); }

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

background-color css

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

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

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

border-color css

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

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

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