Html Css Color HEX #BD19D3 Deep Magenta

📋 copy color: '#BD19D3'

red 189 ◦ green 25 ◦ blue 211

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

Shades of Deep Magenta #BD19D3

Tints of Deep Magenta #BD19D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.65%

R = 44.47%
G = 5.88%
B = 49.65%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD19D3 (or 0xBD19D3) is known color: Deep Magenta. HEX triplet: BD, 19 and D3. RGB value is (189,25,211). Sum of RGB (Red+Green+Blue) = 189+25+211=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD19D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19D3 is #42E62C. Grayscale: #5E5E5E. Windows color (decimal): -4384301 or 13834685. OLE color: 13834685.

HSL color Cylindrical-coordinate representation of color #BD19D3: hue angle of 292.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD19D3 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 25 211 -
CMYK 0.10 0.88 0 0.17
HSL 292.9º 0.79% 0.46% -
HSV(B) 292.9º 0.88% 0.83% -
XYZ 33.09 16.22 63.01 -
YUV 95.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 189 25 211 0.10 0.88 0 0.17 292.9 0.79 0.46
Hex BD 19 D3 A 58 0 11 125 4F 2E
Octal 275 31 323 12 130 0 21 445 117 56
Binary 10111101 11001 11010011 1010 1011000 0 10001 100100101 1001111 101110

Color Harmonies of #BD19D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19D3

Black with #BD19D3

Text Example


Text Example

White with #BD19D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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