Html Css Color HEX #BB17DB Deep Magenta

📋 copy color: '#BB17DB'

red 187 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #BB17DB

Tints of Deep Magenta #BB17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.36%

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

R = 43.59%
G = 5.36%
B = 51.05%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB17DB (or 0xBB17DB) is known color: Deep Magenta. HEX triplet: BB, 17 and DB. RGB value is (187,23,219). Sum of RGB (Red+Green+Blue) = 187+23+219=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17DB is #44E824. Grayscale: #5D5D5D. Windows color (decimal): -4515877 or 14358459. OLE color: 14358459.

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

Color convert

RGB 187 23 219 -
CMYK 0.15 0.89 0 0.14
HSL 290.2º 0.81% 0.47% -
HSV(B) 290.2º 0.89% 0.86% -
XYZ 33.59 16.29 68.39 -
YUV 94.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 187 23 219 0.15 0.89 0 0.14 290.2 0.81 0.47
Hex BB 17 DB F 59 0 E 122 51 2F
Octal 273 27 333 17 131 0 16 442 121 57
Binary 10111011 10111 11011011 1111 1011001 0 1110 100100010 1010001 101111

Color Harmonies of #BB17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17DB

Black with #BB17DB

Text Example


Text Example

White with #BB17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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