Html Css Color HEX #BB0ECD Deep Magenta

📋 copy color: '#BB0ECD'

red 187 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #BB0ECD

Tints of Deep Magenta #BB0ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 46.06%
G = 3.45%
B = 50.49%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB0ECD (or 0xBB0ECD) is known color: Deep Magenta. HEX triplet: BB, 0E and CD. RGB value is (187,14,205). Sum of RGB (Red+Green+Blue) = 187+14+205=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ECD is #44F132. Grayscale: #565656. Windows color (decimal): -4518195 or 13438651. OLE color: 13438651.

HSL color Cylindrical-coordinate representation of color #BB0ECD: hue angle of 294.35º 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 #BB0ECD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 14 205 -
CMYK 0.09 0.93 0 0.20
HSL 294.35º 0.87% 0.43% -
HSV(B) 294.35º 0.93% 0.8% -
XYZ 31.67 15.29 59.04 -
YUV 87.5 194.31 198.97 -
System Red Green Blue C M Y K H S L
Decimal 187 14 205 0.09 0.93 0 0.20 294.35 0.87 0.43
Hex BB E CD 9 5D 0 14 126 57 2B
Octal 273 16 315 11 135 0 24 446 127 53
Binary 10111011 1110 11001101 1001 1011101 0 10100 100100110 1010111 101011

Color Harmonies of #BB0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ECD

Black with #BB0ECD

Text Example


Text Example

White with #BB0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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