Html Css Color HEX #BD19AF Deep Magenta

📋 copy color: '#BD19AF'

red 189 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #BD19AF

Tints of Deep Magenta #BD19AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

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

R = 48.59%
G = 6.43%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD19AF (or 0xBD19AF) is known color: Deep Magenta. HEX triplet: BD, 19 and AF. RGB value is (189,25,175). Sum of RGB (Red+Green+Blue) = 189+25+175=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19AF is #42E650. Grayscale: #5A5A5A. Windows color (decimal): -4384337 or 11475389. OLE color: 11475389.

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

Color convert

RGB 189 25 175 -
CMYK 0 0.87 0.07 0.26
HSL 305.12º 0.77% 0.42% -
HSV(B) 305.12º 0.87% 0.74% -
XYZ 29.07 14.61 41.85 -
YUV 91.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 189 25 175 0 0.87 0.07 0.26 305.12 0.77 0.42
Hex BD 19 AF 0 57 7 1A 131 4D 2A
Octal 275 31 257 0 127 7 32 461 115 52
Binary 10111101 11001 10101111 0 1010111 111 11010 100110001 1001101 101010

Color Harmonies of #BD19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19AF

Black with #BD19AF

Text Example


Text Example

White with #BD19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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