Html Css Color HEX #BB16BE Deep Magenta

📋 copy color: '#BB16BE'

red 187 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #BB16BE

Tints of Deep Magenta #BB16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 46.87%
G = 5.51%
B = 47.62%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB16BE (or 0xBB16BE) is known color: Deep Magenta. HEX triplet: BB, 16 and BE. RGB value is (187,22,190). Sum of RGB (Red+Green+Blue) = 187+22+190=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16BE is #44E941. Grayscale: #595959. Windows color (decimal): -4516162 or 12457659. OLE color: 12457659.

HSL color Cylindrical-coordinate representation of color #BB16BE: hue angle of 298.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16BE is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 22 190 -
CMYK 0.02 0.88 0 0.25
HSL 298.93º 0.79% 0.42% -
HSV(B) 298.93º 0.88% 0.75% -
XYZ 30.07 14.86 50 -
YUV 90.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 187 22 190 0.02 0.88 0 0.25 298.93 0.79 0.42
Hex BB 16 BE 2 58 0 19 12B 4F 2A
Octal 273 26 276 2 130 0 31 453 117 52
Binary 10111011 10110 10111110 10 1011000 0 11001 100101011 1001111 101010

Color Harmonies of #BB16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16BE

Black with #BB16BE

Text Example


Text Example

White with #BB16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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