Html Css Color HEX #BD16AF Deep Magenta

📋 copy color: '#BD16AF'

red 189 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #BD16AF

Tints of Deep Magenta #BD16AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 48.96%
G = 5.7%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD16AF (or 0xBD16AF) is known color: Deep Magenta. HEX triplet: BD, 16 and AF. RGB value is (189,22,175). Sum of RGB (Red+Green+Blue) = 189+22+175=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16AF is #42E950. Grayscale: #585858. Windows color (decimal): -4385105 or 11474621. OLE color: 11474621.

HSL color Cylindrical-coordinate representation of color #BD16AF: hue angle of 305.03º 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 #BD16AF is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 175 -
CMYK 0 0.88 0.07 0.26
HSL 305.03º 0.79% 0.41% -
HSV(B) 305.03º 0.88% 0.74% -
XYZ 29.01 14.49 41.82 -
YUV 89.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 189 22 175 0 0.88 0.07 0.26 305.03 0.79 0.41
Hex BD 16 AF 0 58 7 1A 131 4F 29
Octal 275 26 257 0 130 7 32 461 117 51
Binary 10111101 10110 10101111 0 1011000 111 11010 100110001 1001111 101001

Color Harmonies of #BD16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16AF

Black with #BD16AF

Text Example


Text Example

White with #BD16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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