Html Css Color HEX #B019C0 Deep Magenta

📋 copy color: '#B019C0'

red 176 ◦ green 25 ◦ blue 192

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

Shades of Deep Magenta #B019C0

Tints of Deep Magenta #B019C0

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 44.78%
G = 6.36%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B019C0 (or 0xB019C0) is known color: Deep Magenta. HEX triplet: B0, 19 and C0. RGB value is (176,25,192). Sum of RGB (Red+Green+Blue) = 176+25+192=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #B019C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019C0 is #4FE63F. Grayscale: #585858. Windows color (decimal): -5236288 or 12589488. OLE color: 12589488.

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

Color convert

RGB 176 25 192 -
CMYK 0.08 0.87 0 0.25
HSL 294.25º 0.77% 0.43% -
HSV(B) 294.25º 0.87% 0.75% -
XYZ 27.77 13.73 51.06 -
YUV 89.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 176 25 192 0.08 0.87 0 0.25 294.25 0.77 0.43
Hex B0 19 C0 8 57 0 19 126 4D 2B
Octal 260 31 300 10 127 0 31 446 115 53
Binary 10110000 11001 11000000 1000 1010111 0 11001 100100110 1001101 101011

Color Harmonies of #B019C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019C0

Black with #B019C0

Text Example


Text Example

White with #B019C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019C0; }

 p { color: rgb(176,25,192); }

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

background-color css

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

 a { background-color: rgb(176,25,192); }

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

border-color css

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

 span { border-color: rgb(176,25,192); }

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