Html Css Color HEX #BB0EDB Deep Magenta

📋 copy color: '#BB0EDB'

red 187 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #BB0EDB

Tints of Deep Magenta #BB0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 44.52%
G = 3.33%
B = 52.14%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB0EDB (or 0xBB0EDB) is known color: Deep Magenta. HEX triplet: BB, 0E and DB. RGB value is (187,14,219). Sum of RGB (Red+Green+Blue) = 187+14+219=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EDB is #44F124. Grayscale: #585858. Windows color (decimal): -4518181 or 14356155. OLE color: 14356155.

HSL color Cylindrical-coordinate representation of color #BB0EDB: hue angle of 290.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EDB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 14 219 -
CMYK 0.15 0.94 0 0.14
HSL 290.63º 0.88% 0.46% -
HSV(B) 290.63º 0.94% 0.86% -
XYZ 33.44 15.99 68.34 -
YUV 89.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 187 14 219 0.15 0.94 0 0.14 290.63 0.88 0.46
Hex BB E DB F 5E 0 E 123 58 2E
Octal 273 16 333 17 136 0 16 443 130 56
Binary 10111011 1110 11011011 1111 1011110 0 1110 100100011 1011000 101110

Color Harmonies of #BB0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EDB

Black with #BB0EDB

Text Example


Text Example

White with #BB0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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