Html Css Color HEX #BB0CDB Deep Magenta

📋 copy color: '#BB0CDB'

red 187 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #BB0CDB

Tints of Deep Magenta #BB0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

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

R = 44.74%
G = 2.87%
B = 52.39%

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

#BB0CDB (or 0xBB0CDB) is known color: Deep Magenta. HEX triplet: BB, 0C and DB. RGB value is (187,12,219). Sum of RGB (Red+Green+Blue) = 187+12+219=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CDB is #44F324. Grayscale: #575757. Windows color (decimal): -4518693 or 14355643. OLE color: 14355643.

HSL color Cylindrical-coordinate representation of color #BB0CDB: hue angle of 290.72º 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 #BB0CDB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 12 219 -
CMYK 0.15 0.95 0 0.14
HSL 290.72º 0.9% 0.45% -
HSV(B) 290.72º 0.95% 0.86% -
XYZ 33.41 15.94 68.33 -
YUV 87.92 201.98 198.67 -
System Red Green Blue C M Y K H S L
Decimal 187 12 219 0.15 0.95 0 0.14 290.72 0.9 0.45
Hex BB C DB F 5F 0 E 123 5A 2D
Octal 273 14 333 17 137 0 16 443 132 55
Binary 10111011 1100 11011011 1111 1011111 0 1110 100100011 1011010 101101

Color Harmonies of #BB0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CDB

Black with #BB0CDB

Text Example


Text Example

White with #BB0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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