Html Css Color HEX #BD19B5 Deep Magenta

📋 copy color: '#BD19B5'

red 189 ◦ green 25 ◦ blue 181

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

Shades of Deep Magenta #BD19B5

Tints of Deep Magenta #BD19B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 47.85%
G = 6.33%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD19B5 (or 0xBD19B5) is known color: Deep Magenta. HEX triplet: BD, 19 and B5. RGB value is (189,25,181). Sum of RGB (Red+Green+Blue) = 189+25+181=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19B5 is #42E64A. Grayscale: #5B5B5B. Windows color (decimal): -4384331 or 11868605. OLE color: 11868605.

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

Color convert

RGB 189 25 181 -
CMYK 0 0.87 0.04 0.26
HSL 302.93º 0.77% 0.42% -
HSV(B) 302.93º 0.87% 0.74% -
XYZ 29.67 14.85 45.02 -
YUV 91.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 189 25 181 0 0.87 0.04 0.26 302.93 0.77 0.42
Hex BD 19 B5 0 57 4 1A 12F 4D 2A
Octal 275 31 265 0 127 4 32 457 115 52
Binary 10111101 11001 10110101 0 1010111 100 11010 100101111 1001101 101010

Color Harmonies of #BD19B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19B5

Black with #BD19B5

Text Example


Text Example

White with #BD19B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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