Html Css Color HEX #B019AF Deep Magenta

📋 copy color: '#B019AF'

red 176 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #B019AF

Tints of Deep Magenta #B019AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 46.81%
G = 6.65%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B019AF (or 0xB019AF) is known color: Deep Magenta. HEX triplet: B0, 19 and AF. RGB value is (176,25,175). Sum of RGB (Red+Green+Blue) = 176+25+175=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B019AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B019AF is #4FE650. Grayscale: #565656. Windows color (decimal): -5236305 or 11475376. OLE color: 11475376.

HSL color Cylindrical-coordinate representation of color #B019AF: hue angle of 300.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B019AF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 175 -
CMYK 0 0.86 0.01 0.31
HSL 300.4º 0.75% 0.39% -
HSV(B) 300.4º 0.86% 0.69% -
XYZ 25.99 13.02 41.7 -
YUV 87.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 176 25 175 0 0.86 0.01 0.31 300.4 0.75 0.39
Hex B0 19 AF 0 56 1 1F 12C 4B 27
Octal 260 31 257 0 126 1 37 454 113 47
Binary 10110000 11001 10101111 0 1010110 1 11111 100101100 1001011 100111

Color Harmonies of #B019AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019AF

Black with #B019AF

Text Example


Text Example

White with #B019AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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