Html Css Color HEX #B010AA Deep Magenta

📋 copy color: '#B010AA'

red 176 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #B010AA

Tints of Deep Magenta #B010AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 48.62%
G = 4.42%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B010AA (or 0xB010AA) is known color: Deep Magenta. HEX triplet: B0, 10 and AA. RGB value is (176,16,170). Sum of RGB (Red+Green+Blue) = 176+16+170=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B010AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010AA is #4FEF55. Grayscale: #505050. Windows color (decimal): -5238614 or 11145392. OLE color: 11145392.

HSL color Cylindrical-coordinate representation of color #B010AA: hue angle of 302.25º 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 #B010AA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 16 170 -
CMYK 0 0.91 0.03 0.31
HSL 302.25º 0.83% 0.38% -
HSV(B) 302.25º 0.91% 0.69% -
XYZ 25.35 12.5 39.11 -
YUV 81.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 176 16 170 0 0.91 0.03 0.31 302.25 0.83 0.38
Hex B0 10 AA 0 5B 3 1F 12E 53 26
Octal 260 20 252 0 133 3 37 456 123 46
Binary 10110000 10000 10101010 0 1011011 11 11111 100101110 1010011 100110

Color Harmonies of #B010AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010AA

Black with #B010AA

Text Example


Text Example

White with #B010AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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