Html Css Color HEX #B015AA Deep Magenta

📋 copy color: '#B015AA'

red 176 ◦ green 21 ◦ blue 170

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

Shades of Deep Magenta #B015AA

Tints of Deep Magenta #B015AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 47.96%
G = 5.72%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B015AA (or 0xB015AA) is known color: Deep Magenta. HEX triplet: B0, 15 and AA. RGB value is (176,21,170). Sum of RGB (Red+Green+Blue) = 176+21+170=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B015AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B015AA is #4FEA55. Grayscale: #535353. Windows color (decimal): -5237334 or 11146672. OLE color: 11146672.

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

Color convert

RGB 176 21 170 -
CMYK 0 0.88 0.03 0.31
HSL 302.32º 0.79% 0.39% -
HSV(B) 302.32º 0.88% 0.69% -
XYZ 25.43 12.67 39.14 -
YUV 84.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 176 21 170 0 0.88 0.03 0.31 302.32 0.79 0.39
Hex B0 15 AA 0 58 3 1F 12E 4F 27
Octal 260 25 252 0 130 3 37 456 117 47
Binary 10110000 10101 10101010 0 1011000 11 11111 100101110 1001111 100111

Color Harmonies of #B015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015AA

Black with #B015AA

Text Example


Text Example

White with #B015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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