Html Css Color HEX #BD16BB Deep Magenta

📋 copy color: '#BD16BB'

red 189 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #BD16BB

Tints of Deep Magenta #BD16BB

RGB

 RED value IS 189 (74.22% from 255) = 47.49%

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 47.49%
G = 5.53%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD16BB (or 0xBD16BB) is known color: Deep Magenta. HEX triplet: BD, 16 and BB. RGB value is (189,22,187). Sum of RGB (Red+Green+Blue) = 189+22+187=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16BB is #42E944. Grayscale: #5A5A5A. Windows color (decimal): -4385093 or 12261053. OLE color: 12261053.

HSL color Cylindrical-coordinate representation of color #BD16BB: hue angle of 300.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16BB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 187 -
CMYK 0 0.88 0.01 0.26
HSL 300.72º 0.79% 0.41% -
HSV(B) 300.72º 0.88% 0.74% -
XYZ 30.24 14.98 48.31 -
YUV 90.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 189 22 187 0 0.88 0.01 0.26 300.72 0.79 0.41
Hex BD 16 BB 0 58 1 1A 12D 4F 29
Octal 275 26 273 0 130 1 32 455 117 51
Binary 10111101 10110 10111011 0 1011000 1 11010 100101101 1001111 101001

Color Harmonies of #BD16BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16BB

Black with #BD16BB

Text Example


Text Example

White with #BD16BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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