Html Css Color HEX #BD19C1 Deep Magenta

📋 copy color: '#BD19C1'

red 189 ◦ green 25 ◦ blue 193

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

Shades of Deep Magenta #BD19C1

Tints of Deep Magenta #BD19C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 46.44%
G = 6.14%
B = 47.42%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD19C1 (or 0xBD19C1) is known color: Deep Magenta. HEX triplet: BD, 19 and C1. RGB value is (189,25,193). Sum of RGB (Red+Green+Blue) = 189+25+193=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD19C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19C1 is #42E63E. Grayscale: #5C5C5C. Windows color (decimal): -4384319 or 12655037. OLE color: 12655037.

HSL color Cylindrical-coordinate representation of color #BD19C1: hue angle of 298.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD19C1 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 25 193 -
CMYK 0.02 0.87 0 0.24
HSL 298.57º 0.77% 0.43% -
HSV(B) 298.57º 0.87% 0.76% -
XYZ 30.96 15.36 51.79 -
YUV 93.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 189 25 193 0.02 0.87 0 0.24 298.57 0.77 0.43
Hex BD 19 C1 2 57 0 18 12B 4D 2B
Octal 275 31 301 2 127 0 30 453 115 53
Binary 10111101 11001 11000001 10 1010111 0 11000 100101011 1001101 101011

Color Harmonies of #BD19C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19C1

Black with #BD19C1

Text Example


Text Example

White with #BD19C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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