Html Css Color HEX #BD20AF Deep Magenta

📋 copy color: '#BD20AF'

red 189 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #BD20AF

Tints of Deep Magenta #BD20AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.08%

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

R = 47.73%
G = 8.08%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD20AF (or 0xBD20AF) is known color: Deep Magenta. HEX triplet: BD, 20 and AF. RGB value is (189,32,175). Sum of RGB (Red+Green+Blue) = 189+32+175=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20AF is #42DF50. Grayscale: #5E5E5E. Windows color (decimal): -4382545 or 11477181. OLE color: 11477181.

HSL color Cylindrical-coordinate representation of color #BD20AF: hue angle of 305.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20AF is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 175 -
CMYK 0 0.83 0.07 0.26
HSL 305.35º 0.71% 0.43% -
HSV(B) 305.35º 0.83% 0.74% -
XYZ 29.24 14.95 41.9 -
YUV 95.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 189 32 175 0 0.83 0.07 0.26 305.35 0.71 0.43
Hex BD 20 AF 0 53 7 1A 131 47 2B
Octal 275 40 257 0 123 7 32 461 107 53
Binary 10111101 100000 10101111 0 1010011 111 11010 100110001 1000111 101011

Color Harmonies of #BD20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20AF

Black with #BD20AF

Text Example


Text Example

White with #BD20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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