Html Css Color HEX #BB10DB Deep Magenta

📋 copy color: '#BB10DB'

red 187 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #BB10DB

Tints of Deep Magenta #BB10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

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

R = 44.31%
G = 3.79%
B = 51.9%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB10DB (or 0xBB10DB) is known color: Deep Magenta. HEX triplet: BB, 10 and DB. RGB value is (187,16,219). Sum of RGB (Red+Green+Blue) = 187+16+219=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10DB is #44EF24. Grayscale: #595959. Windows color (decimal): -4517669 or 14356667. OLE color: 14356667.

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

Color convert

RGB 187 16 219 -
CMYK 0.15 0.93 0 0.14
HSL 290.54º 0.86% 0.46% -
HSV(B) 290.54º 0.93% 0.86% -
XYZ 33.46 16.05 68.35 -
YUV 90.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 187 16 219 0.15 0.93 0 0.14 290.54 0.86 0.46
Hex BB 10 DB F 5D 0 E 123 56 2E
Octal 273 20 333 17 135 0 16 443 126 56
Binary 10111011 10000 11011011 1111 1011101 0 1110 100100011 1010110 101110

Color Harmonies of #BB10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10DB

Black with #BB10DB

Text Example


Text Example

White with #BB10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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