Html Css Color HEX #B301AE Deep Magenta

📋 copy color: '#B301AE'

red 179 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #B301AE

Tints of Deep Magenta #B301AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 50.56%
G = 0.28%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B301AE (or 0xB301AE) is known color: Deep Magenta. HEX triplet: B3, 01 and AE. RGB value is (179,1,174). Sum of RGB (Red+Green+Blue) = 179+1+174=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B301AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301AE is #4CFE51. Grayscale: #494949. Windows color (decimal): -5045842 or 11403699. OLE color: 11403699.

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

Color convert

RGB 179 1 174 -
CMYK 0 0.99 0.03 0.30
HSL 301.69º 0.99% 0.35% -
HSV(B) 301.69º 0.99% 0.7% -
XYZ 26.24 12.66 41.11 -
YUV 73.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 179 1 174 0 0.99 0.03 0.30 301.69 0.99 0.35
Hex B3 1 AE 0 63 3 1E 12E 63 23
Octal 263 1 256 0 143 3 36 456 143 43
Binary 10110011 1 10101110 0 1100011 11 11110 100101110 1100011 100011

Color Harmonies of #B301AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301AE

Black with #B301AE

Text Example


Text Example

White with #B301AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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