Html Css Color HEX #BD19C2 Deep Magenta

📋 copy color: '#BD19C2'

red 189 ◦ green 25 ◦ blue 194

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

Shades of Deep Magenta #BD19C2

Tints of Deep Magenta #BD19C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.55%

R = 46.32%
G = 6.13%
B = 47.55%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD19C2 (or 0xBD19C2) is known color: Deep Magenta. HEX triplet: BD, 19 and C2. RGB value is (189,25,194). Sum of RGB (Red+Green+Blue) = 189+25+194=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD19C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19C2 is #42E63D. Grayscale: #5C5C5C. Windows color (decimal): -4384318 or 12720573. OLE color: 12720573.

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

Color convert

RGB 189 25 194 -
CMYK 0.03 0.87 0 0.24
HSL 298.22º 0.77% 0.43% -
HSV(B) 298.22º 0.87% 0.76% -
XYZ 31.07 15.41 52.38 -
YUV 93.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 189 25 194 0.03 0.87 0 0.24 298.22 0.77 0.43
Hex BD 19 C2 3 57 0 18 12A 4D 2B
Octal 275 31 302 3 127 0 30 452 115 53
Binary 10111101 11001 11000010 11 1010111 0 11000 100101010 1001101 101011

Color Harmonies of #BD19C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19C2

Black with #BD19C2

Text Example


Text Example

White with #BD19C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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