Html Css Color HEX #BD19B7 Deep Magenta

📋 copy color: '#BD19B7'

red 189 ◦ green 25 ◦ blue 183

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

Shades of Deep Magenta #BD19B7

Tints of Deep Magenta #BD19B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 47.61%
G = 6.3%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD19B7 (or 0xBD19B7) is known color: Deep Magenta. HEX triplet: BD, 19 and B7. RGB value is (189,25,183). Sum of RGB (Red+Green+Blue) = 189+25+183=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19B7 is #42E648. Grayscale: #5B5B5B. Windows color (decimal): -4384329 or 11999677. OLE color: 11999677.

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

Color convert

RGB 189 25 183 -
CMYK 0 0.87 0.03 0.26
HSL 302.2º 0.77% 0.42% -
HSV(B) 302.2º 0.87% 0.74% -
XYZ 29.88 14.93 46.11 -
YUV 92.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 189 25 183 0 0.87 0.03 0.26 302.2 0.77 0.42
Hex BD 19 B7 0 57 3 1A 12E 4D 2A
Octal 275 31 267 0 127 3 32 456 115 52
Binary 10111101 11001 10110111 0 1010111 11 11010 100101110 1001101 101010

Color Harmonies of #BD19B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19B7

Black with #BD19B7

Text Example


Text Example

White with #BD19B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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