Html Css Color HEX #BB0EC3 Deep Magenta

📋 copy color: '#BB0EC3'

red 187 ◦ green 14 ◦ blue 195

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

Shades of Deep Magenta #BB0EC3

Tints of Deep Magenta #BB0EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 47.22%
G = 3.54%
B = 49.24%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB0EC3 (or 0xBB0EC3) is known color: Deep Magenta. HEX triplet: BB, 0E and C3. RGB value is (187,14,195). Sum of RGB (Red+Green+Blue) = 187+14+195=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EC3 is #44F13C. Grayscale: #555555. Windows color (decimal): -4518205 or 12783291. OLE color: 12783291.

HSL color Cylindrical-coordinate representation of color #BB0EC3: hue angle of 297.35º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EC3 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 14 195 -
CMYK 0.04 0.93 0 0.24
HSL 297.35º 0.87% 0.41% -
HSV(B) 297.35º 0.93% 0.76% -
XYZ 30.5 14.82 52.88 -
YUV 86.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 187 14 195 0.04 0.93 0 0.24 297.35 0.87 0.41
Hex BB E C3 4 5D 0 18 129 57 29
Octal 273 16 303 4 135 0 30 451 127 51
Binary 10111011 1110 11000011 100 1011101 0 11000 100101001 1010111 101001

Color Harmonies of #BB0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EC3

Black with #BB0EC3

Text Example


Text Example

White with #BB0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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