Html Css Color HEX #BD19B9 Deep Magenta

📋 copy color: '#BD19B9'

red 189 ◦ green 25 ◦ blue 185

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

Shades of Deep Magenta #BD19B9

Tints of Deep Magenta #BD19B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 47.37%
G = 6.27%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD19B9 (or 0xBD19B9) is known color: Deep Magenta. HEX triplet: BD, 19 and B9. RGB value is (189,25,185). Sum of RGB (Red+Green+Blue) = 189+25+185=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19B9 is #42E646. Grayscale: #5B5B5B. Windows color (decimal): -4384327 or 12130749. OLE color: 12130749.

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

Color convert

RGB 189 25 185 -
CMYK 0 0.87 0.02 0.26
HSL 301.46º 0.77% 0.42% -
HSV(B) 301.46º 0.87% 0.74% -
XYZ 30.09 15.02 47.21 -
YUV 92.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 189 25 185 0 0.87 0.02 0.26 301.46 0.77 0.42
Hex BD 19 B9 0 57 2 1A 12D 4D 2A
Octal 275 31 271 0 127 2 32 455 115 52
Binary 10111101 11001 10111001 0 1010111 10 11010 100101101 1001101 101010

Color Harmonies of #BD19B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19B9

Black with #BD19B9

Text Example


Text Example

White with #BD19B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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