Html Css Color HEX #BB00DB Deep Magenta

📋 copy color: '#BB00DB'

red 187 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #BB00DB

Tints of Deep Magenta #BB00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.06%
G = 0%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB00DB (or 0xBB00DB) is known color: Deep Magenta. HEX triplet: BB, 00 and DB. RGB value is (187,0,219). Sum of RGB (Red+Green+Blue) = 187+0+219=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00DB is #44FF24. Grayscale: #505050. Windows color (decimal): -4521765 or 14352571. OLE color: 14352571.

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

Color convert

RGB 187 0 219 -
CMYK 0.15 1 0 0.14
HSL 291.23º 1% 0.43% -
HSV(B) 291.23º 1% 0.86% -
XYZ 33.28 15.68 68.29 -
YUV 80.88 205.95 203.69 -
System Red Green Blue C M Y K H S L
Decimal 187 0 219 0.15 1 0 0.14 291.23 1 0.43
Hex BB 0 DB F 64 0 E 123 64 2B
Octal 273 0 333 17 144 0 16 443 144 53
Binary 10111011 0 11011011 1111 1100100 0 1110 100100011 1100100 101011

Color Harmonies of #BB00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00DB

Black with #BB00DB

Text Example


Text Example

White with #BB00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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