Html Css Color HEX #B010AF Deep Magenta

📋 copy color: '#B010AF'

red 176 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #B010AF

Tints of Deep Magenta #B010AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

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

R = 47.96%
G = 4.36%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B010AF (or 0xB010AF) is known color: Deep Magenta. HEX triplet: B0, 10 and AF. RGB value is (176,16,175). Sum of RGB (Red+Green+Blue) = 176+16+175=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B010AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010AF is #4FEF50. Grayscale: #515151. Windows color (decimal): -5238609 or 11473072. OLE color: 11473072.

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

Color convert

RGB 176 16 175 -
CMYK 0 0.91 0.01 0.31
HSL 300.38º 0.83% 0.38% -
HSV(B) 300.38º 0.91% 0.69% -
XYZ 25.83 12.7 41.65 -
YUV 81.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 176 16 175 0 0.91 0.01 0.31 300.38 0.83 0.38
Hex B0 10 AF 0 5B 1 1F 12C 53 26
Octal 260 20 257 0 133 1 37 454 123 46
Binary 10110000 10000 10101111 0 1011011 1 11111 100101100 1010011 100110

Color Harmonies of #B010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010AF

Black with #B010AF

Text Example


Text Example

White with #B010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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