Html Css Color HEX #B301AA Deep Magenta

📋 copy color: '#B301AA'

red 179 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #B301AA

Tints of Deep Magenta #B301AA

RGB

 RED value IS 179 (70.31% from 255) = 51.14%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 51.14%
G = 0.29%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B301AA (or 0xB301AA) is known color: Deep Magenta. HEX triplet: B3, 01 and AA. RGB value is (179,1,170). Sum of RGB (Red+Green+Blue) = 179+1+170=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B301AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301AA is #4CFE55. Grayscale: #484848. Windows color (decimal): -5045846 or 11141555. OLE color: 11141555.

HSL color Cylindrical-coordinate representation of color #B301AA: hue angle of 303.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301AA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 170 -
CMYK 0 0.99 0.05 0.30
HSL 303.03º 0.99% 0.35% -
HSV(B) 303.03º 0.99% 0.7% -
XYZ 25.86 12.51 39.08 -
YUV 73.49 182.47 203.26 -
System Red Green Blue C M Y K H S L
Decimal 179 1 170 0 0.99 0.05 0.30 303.03 0.99 0.35
Hex B3 1 AA 0 63 5 1E 12F 63 23
Octal 263 1 252 0 143 5 36 457 143 43
Binary 10110011 1 10101010 0 1100011 101 11110 100101111 1100011 100011

Color Harmonies of #B301AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301AA

Black with #B301AA

Text Example


Text Example

White with #B301AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301AA; }

 p { color: rgb(179,1,170); }

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

background-color css

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

 a { background-color: rgb(179,1,170); }

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

border-color css

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

 span { border-color: rgb(179,1,170); }

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