Html Css Color HEX #B019BD Deep Magenta

📋 copy color: '#B019BD'

red 176 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #B019BD

Tints of Deep Magenta #B019BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 45.13%
G = 6.41%
B = 48.46%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B019BD (or 0xB019BD) is known color: Deep Magenta. HEX triplet: B0, 19 and BD. RGB value is (176,25,189). Sum of RGB (Red+Green+Blue) = 176+25+189=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B019BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019BD is #4FE642. Grayscale: #585858. Windows color (decimal): -5236291 or 12392880. OLE color: 12392880.

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

Color convert

RGB 176 25 189 -
CMYK 0.07 0.87 0 0.26
HSL 295.24º 0.77% 0.42% -
HSV(B) 295.24º 0.87% 0.74% -
XYZ 27.44 13.6 49.32 -
YUV 88.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 176 25 189 0.07 0.87 0 0.26 295.24 0.77 0.42
Hex B0 19 BD 7 57 0 1A 127 4D 2A
Octal 260 31 275 7 127 0 32 447 115 52
Binary 10110000 11001 10111101 111 1010111 0 11010 100100111 1001101 101010

Color Harmonies of #B019BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019BD

Black with #B019BD

Text Example


Text Example

White with #B019BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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