Html Css Color HEX #BB0ECA Deep Magenta

📋 copy color: '#BB0ECA'

red 187 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #BB0ECA

Tints of Deep Magenta #BB0ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 46.4%
G = 3.47%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB0ECA (or 0xBB0ECA) is known color: Deep Magenta. HEX triplet: BB, 0E and CA. RGB value is (187,14,202). Sum of RGB (Red+Green+Blue) = 187+14+202=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ECA is #44F135. Grayscale: #565656. Windows color (decimal): -4518198 or 13242043. OLE color: 13242043.

HSL color Cylindrical-coordinate representation of color #BB0ECA: hue angle of 295.21º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0ECA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 14 202 -
CMYK 0.07 0.93 0 0.21
HSL 295.21º 0.87% 0.42% -
HSV(B) 295.21º 0.93% 0.79% -
XYZ 31.31 15.14 57.15 -
YUV 87.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 187 14 202 0.07 0.93 0 0.21 295.21 0.87 0.42
Hex BB E CA 7 5D 0 15 127 57 2A
Octal 273 16 312 7 135 0 25 447 127 52
Binary 10111011 1110 11001010 111 1011101 0 10101 100100111 1010111 101010

Color Harmonies of #BB0ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ECA

Black with #BB0ECA

Text Example


Text Example

White with #BB0ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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