Html Css Color HEX #B312AA Deep Magenta

📋 copy color: '#B312AA'

red 179 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #B312AA

Tints of Deep Magenta #B312AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

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

R = 48.77%
G = 4.9%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B312AA (or 0xB312AA) is known color: Deep Magenta. HEX triplet: B3, 12 and AA. RGB value is (179,18,170). Sum of RGB (Red+Green+Blue) = 179+18+170=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B312AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312AA is #4CED55. Grayscale: #535353. Windows color (decimal): -5041494 or 11145907. OLE color: 11145907.

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

Color convert

RGB 179 18 170 -
CMYK 0 0.90 0.05 0.30
HSL 303.35º 0.82% 0.39% -
HSV(B) 303.35º 0.9% 0.7% -
XYZ 26.06 12.92 39.15 -
YUV 83.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 179 18 170 0 0.90 0.05 0.30 303.35 0.82 0.39
Hex B3 12 AA 0 5A 5 1E 12F 52 27
Octal 263 22 252 0 132 5 36 457 122 47
Binary 10110011 10010 10101010 0 1011010 101 11110 100101111 1010010 100111

Color Harmonies of #B312AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312AA

Black with #B312AA

Text Example


Text Example

White with #B312AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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