Html Css Color HEX #BB0BDB Deep Magenta

📋 copy color: '#BB0BDB'

red 187 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #BB0BDB

Tints of Deep Magenta #BB0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

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

R = 44.84%
G = 2.64%
B = 52.52%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB0BDB (or 0xBB0BDB) is known color: Deep Magenta. HEX triplet: BB, 0B and DB. RGB value is (187,11,219). Sum of RGB (Red+Green+Blue) = 187+11+219=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BDB is #44F424. Grayscale: #565656. Windows color (decimal): -4518949 or 14355387. OLE color: 14355387.

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

Color convert

RGB 187 11 219 -
CMYK 0.15 0.95 0 0.14
HSL 290.77º 0.9% 0.45% -
HSV(B) 290.77º 0.95% 0.86% -
XYZ 33.4 15.92 68.33 -
YUV 87.34 202.31 199.09 -
System Red Green Blue C M Y K H S L
Decimal 187 11 219 0.15 0.95 0 0.14 290.77 0.9 0.45
Hex BB B DB F 5F 0 E 123 5A 2D
Octal 273 13 333 17 137 0 16 443 132 55
Binary 10111011 1011 11011011 1111 1011111 0 1110 100100011 1011010 101101

Color Harmonies of #BB0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BDB

Black with #BB0BDB

Text Example


Text Example

White with #BB0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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