Html Css Color HEX #B019B7 Deep Magenta

📋 copy color: '#B019B7'

red 176 ◦ green 25 ◦ blue 183

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

Shades of Deep Magenta #B019B7

Tints of Deep Magenta #B019B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.66%

R = 45.83%
G = 6.51%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B019B7 (or 0xB019B7) is known color: Deep Magenta. HEX triplet: B0, 19 and B7. RGB value is (176,25,183). Sum of RGB (Red+Green+Blue) = 176+25+183=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #B019B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019B7 is #4FE648. Grayscale: #575757. Windows color (decimal): -5236297 or 11999664. OLE color: 11999664.

HSL color Cylindrical-coordinate representation of color #B019B7: hue angle of 297.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B019B7 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 25 183 -
CMYK 0.04 0.86 0 0.28
HSL 297.34º 0.76% 0.41% -
HSV(B) 297.34º 0.86% 0.72% -
XYZ 26.8 13.34 45.96 -
YUV 88.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 176 25 183 0.04 0.86 0 0.28 297.34 0.76 0.41
Hex B0 19 B7 4 56 0 1C 129 4C 29
Octal 260 31 267 4 126 0 34 451 114 51
Binary 10110000 11001 10110111 100 1010110 0 11100 100101001 1001100 101001

Color Harmonies of #B019B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019B7

Black with #B019B7

Text Example


Text Example

White with #B019B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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