Html Css Color HEX #BB16DB Deep Magenta

📋 copy color: '#BB16DB'

red 187 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #BB16DB

Tints of Deep Magenta #BB16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.14%

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

R = 43.69%
G = 5.14%
B = 51.17%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB16DB (or 0xBB16DB) is known color: Deep Magenta. HEX triplet: BB, 16 and DB. RGB value is (187,22,219). Sum of RGB (Red+Green+Blue) = 187+22+219=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16DB is #44E924. Grayscale: #5D5D5D. Windows color (decimal): -4516133 or 14358203. OLE color: 14358203.

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

Color convert

RGB 187 22 219 -
CMYK 0.15 0.90 0 0.14
HSL 290.25º 0.82% 0.47% -
HSV(B) 290.25º 0.9% 0.86% -
XYZ 33.57 16.25 68.39 -
YUV 93.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 187 22 219 0.15 0.90 0 0.14 290.25 0.82 0.47
Hex BB 16 DB F 5A 0 E 122 52 2F
Octal 273 26 333 17 132 0 16 442 122 57
Binary 10111011 10110 11011011 1111 1011010 0 1110 100100010 1010010 101111

Color Harmonies of #BB16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16DB

Black with #BB16DB

Text Example


Text Example

White with #BB16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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