Html Css Color HEX #BB16DD Deep Magenta

📋 copy color: '#BB16DD'

red 187 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #BB16DD

Tints of Deep Magenta #BB16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 43.49%
G = 5.12%
B = 51.4%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB16DD (or 0xBB16DD) is known color: Deep Magenta. HEX triplet: BB, 16 and DD. RGB value is (187,22,221). Sum of RGB (Red+Green+Blue) = 187+22+221=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16DD is #44E922. Grayscale: #5D5D5D. Windows color (decimal): -4516131 or 14489275. OLE color: 14489275.

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

Color convert

RGB 187 22 221 -
CMYK 0.15 0.90 0 0.13
HSL 289.75º 0.82% 0.48% -
HSV(B) 289.75º 0.9% 0.87% -
XYZ 33.83 16.36 69.78 -
YUV 94.02 199.66 194.32 -
System Red Green Blue C M Y K H S L
Decimal 187 22 221 0.15 0.90 0 0.13 289.75 0.82 0.48
Hex BB 16 DD F 5A 0 D 122 52 30
Octal 273 26 335 17 132 0 15 442 122 60
Binary 10111011 10110 11011101 1111 1011010 0 1101 100100010 1010010 110000

Color Harmonies of #BB16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16DD

Black with #BB16DD

Text Example


Text Example

White with #BB16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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