Html Css Color HEX #BD21AF Deep Magenta

📋 copy color: '#BD21AF'

red 189 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #BD21AF

Tints of Deep Magenta #BD21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

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

R = 47.61%
G = 8.31%
B = 44.08%

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

#BD21AF (or 0xBD21AF) is known color: Deep Magenta. HEX triplet: BD, 21 and AF. RGB value is (189,33,175). Sum of RGB (Red+Green+Blue) = 189+33+175=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21AF is #42DE50. Grayscale: #5F5F5F. Windows color (decimal): -4382289 or 11477437. OLE color: 11477437.

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

Color convert

RGB 189 33 175 -
CMYK 0 0.83 0.07 0.26
HSL 305.38º 0.7% 0.44% -
HSV(B) 305.38º 0.83% 0.74% -
XYZ 29.27 15 41.91 -
YUV 95.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 189 33 175 0 0.83 0.07 0.26 305.38 0.7 0.44
Hex BD 21 AF 0 53 7 1A 131 46 2C
Octal 275 41 257 0 123 7 32 461 106 54
Binary 10111101 100001 10101111 0 1010011 111 11010 100110001 1000110 101100

Color Harmonies of #BD21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21AF

Black with #BD21AF

Text Example


Text Example

White with #BD21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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