Html Css Color HEX #B012AF Deep Magenta

📋 copy color: '#B012AF'

red 176 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #B012AF

Tints of Deep Magenta #B012AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 47.7%
G = 4.88%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B012AF (or 0xB012AF) is known color: Deep Magenta. HEX triplet: B0, 12 and AF. RGB value is (176,18,175). Sum of RGB (Red+Green+Blue) = 176+18+175=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B012AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B012AF is #4FED50. Grayscale: #525252. Windows color (decimal): -5238097 or 11473584. OLE color: 11473584.

HSL color Cylindrical-coordinate representation of color #B012AF: hue angle of 300.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012AF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 175 -
CMYK 0 0.90 0.01 0.31
HSL 300.38º 0.81% 0.38% -
HSV(B) 300.38º 0.9% 0.69% -
XYZ 25.86 12.76 41.66 -
YUV 83.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 176 18 175 0 0.90 0.01 0.31 300.38 0.81 0.38
Hex B0 12 AF 0 5A 1 1F 12C 51 26
Octal 260 22 257 0 132 1 37 454 121 46
Binary 10110000 10010 10101111 0 1011010 1 11111 100101100 1010001 100110

Color Harmonies of #B012AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012AF

Black with #B012AF

Text Example


Text Example

White with #B012AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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