Html Css Color HEX #B323AE Deep Magenta

📋 copy color: '#B323AE'

red 179 ◦ green 35 ◦ blue 174

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

Shades of Deep Magenta #B323AE

Tints of Deep Magenta #B323AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

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

R = 46.13%
G = 9.02%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B323AE (or 0xB323AE) is known color: Deep Magenta. HEX triplet: B3, 23 and AE. RGB value is (179,35,174). Sum of RGB (Red+Green+Blue) = 179+35+174=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AE is #4CDC51. Grayscale: #5D5D5D. Windows color (decimal): -5037138 or 11412403. OLE color: 11412403.

HSL color Cylindrical-coordinate representation of color #B323AE: hue angle of 302.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B323AE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 174 -
CMYK 0 0.80 0.03 0.30
HSL 302.08º 0.67% 0.42% -
HSV(B) 302.08º 0.8% 0.7% -
XYZ 26.83 13.84 41.3 -
YUV 93.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 179 35 174 0 0.80 0.03 0.30 302.08 0.67 0.42
Hex B3 23 AE 0 50 3 1E 12E 43 2A
Octal 263 43 256 0 120 3 36 456 103 52
Binary 10110011 100011 10101110 0 1010000 11 11110 100101110 1000011 101010

Color Harmonies of #B323AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323AE

Black with #B323AE

Text Example


Text Example

White with #B323AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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