Html Css Color HEX #BB0DDB Deep Magenta

📋 copy color: '#BB0DDB'

red 187 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #BB0DDB

Tints of Deep Magenta #BB0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 44.63%
G = 3.1%
B = 52.27%

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

#BB0DDB (or 0xBB0DDB) is known color: Deep Magenta. HEX triplet: BB, 0D and DB. RGB value is (187,13,219). Sum of RGB (Red+Green+Blue) = 187+13+219=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DDB is #44F224. Grayscale: #575757. Windows color (decimal): -4518437 or 14355899. OLE color: 14355899.

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

Color convert

RGB 187 13 219 -
CMYK 0.15 0.94 0 0.14
HSL 290.68º 0.89% 0.45% -
HSV(B) 290.68º 0.94% 0.86% -
XYZ 33.42 15.97 68.34 -
YUV 88.51 201.65 198.25 -
System Red Green Blue C M Y K H S L
Decimal 187 13 219 0.15 0.94 0 0.14 290.68 0.89 0.45
Hex BB D DB F 5E 0 E 123 59 2D
Octal 273 15 333 17 136 0 16 443 131 55
Binary 10111011 1101 11011011 1111 1011110 0 1110 100100011 1011001 101101

Color Harmonies of #BB0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DDB

Black with #BB0DDB

Text Example


Text Example

White with #BB0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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