Html Css Color HEX #BB16DC Deep Magenta

📋 copy color: '#BB16DC'

red 187 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #BB16DC

Tints of Deep Magenta #BB16DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 43.59%
G = 5.13%
B = 51.28%

CMYK

 C value IS 0.15

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB16DC (or 0xBB16DC) is known color: Deep Magenta. HEX triplet: BB, 16 and DC. RGB value is (187,22,220). Sum of RGB (Red+Green+Blue) = 187+22+220=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16DC is #44E923. Grayscale: #5D5D5D. Windows color (decimal): -4516132 or 14423739. OLE color: 14423739.

HSL color Cylindrical-coordinate representation of color #BB16DC: hue angle of 290º 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 #BB16DC is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 22 220 -
CMYK 0.15 0.9 0 0.14
HSL 290º 0.82% 0.47% -
HSV(B) 290º 0.9% 0.86% -
XYZ 33.7 16.31 69.08 -
YUV 93.91 199.16 194.4 -
System Red Green Blue C M Y K H S L
Decimal 187 22 220 0.15 0.9 0 0.14 290 0.82 0.47
Hex BB 16 DC F 5A 0 E 122 52 2F
Octal 273 26 334 17 132 0 16 442 122 57
Binary 10111011 10110 11011100 1111 1011010 0 1110 100100010 1010010 101111

Color Harmonies of #BB16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16DC

Black with #BB16DC

Text Example


Text Example

White with #BB16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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