Html Css Color HEX #B612AA Deep Magenta

📋 copy color: '#B612AA'

red 182 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #B612AA

Tints of Deep Magenta #B612AA

RGB

 RED value IS 182 (71.48% from 255) = 49.19%

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

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

R = 49.19%
G = 4.86%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B612AA (or 0xB612AA) is known color: Deep Magenta. HEX triplet: B6, 12 and AA. RGB value is (182,18,170). Sum of RGB (Red+Green+Blue) = 182+18+170=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B612AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B612AA is #49ED55. Grayscale: #535353. Windows color (decimal): -4844886 or 11145910. OLE color: 11145910.

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

Color convert

RGB 182 18 170 -
CMYK 0 0.90 0.07 0.29
HSL 304.39º 0.82% 0.39% -
HSV(B) 304.39º 0.9% 0.71% -
XYZ 26.76 13.28 39.18 -
YUV 84.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 182 18 170 0 0.90 0.07 0.29 304.39 0.82 0.39
Hex B6 12 AA 0 5A 7 1D 130 52 27
Octal 266 22 252 0 132 7 35 460 122 47
Binary 10110110 10010 10101010 0 1011010 111 11101 100110000 1010010 100111

Color Harmonies of #B612AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612AA

Black with #B612AA

Text Example


Text Example

White with #B612AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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