Html Css Color HEX #BB06DB Deep Magenta

📋 copy color: '#BB06DB'

red 187 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #BB06DB

Tints of Deep Magenta #BB06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

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

R = 45.39%
G = 1.46%
B = 53.16%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB06DB (or 0xBB06DB) is known color: Deep Magenta. HEX triplet: BB, 06 and DB. RGB value is (187,6,219). Sum of RGB (Red+Green+Blue) = 187+6+219=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06DB is #44F924. Grayscale: #535353. Windows color (decimal): -4520229 or 14354107. OLE color: 14354107.

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

Color convert

RGB 187 6 219 -
CMYK 0.15 0.97 0 0.14
HSL 290.99º 0.95% 0.44% -
HSV(B) 290.99º 0.97% 0.86% -
XYZ 33.34 15.81 68.31 -
YUV 84.4 203.97 201.18 -
System Red Green Blue C M Y K H S L
Decimal 187 6 219 0.15 0.97 0 0.14 290.99 0.95 0.44
Hex BB 6 DB F 61 0 E 123 5F 2C
Octal 273 6 333 17 141 0 16 443 137 54
Binary 10111011 110 11011011 1111 1100001 0 1110 100100011 1011111 101100

Color Harmonies of #BB06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06DB

Black with #BB06DB

Text Example


Text Example

White with #BB06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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