Html Css Color HEX #B712AA Deep Magenta

📋 copy color: '#B712AA'

red 183 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #B712AA

Tints of Deep Magenta #B712AA

RGB

 RED value IS 183 (71.88% from 255) = 49.33%

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

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

R = 49.33%
G = 4.85%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B712AA (or 0xB712AA) is known color: Deep Magenta. HEX triplet: B7, 12 and AA. RGB value is (183,18,170). Sum of RGB (Red+Green+Blue) = 183+18+170=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B712AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712AA is #48ED55. Grayscale: #545454. Windows color (decimal): -4779350 or 11145911. OLE color: 11145911.

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

Color convert

RGB 183 18 170 -
CMYK 0 0.90 0.07 0.28
HSL 304.73º 0.82% 0.39% -
HSV(B) 304.73º 0.9% 0.72% -
XYZ 27 13.4 39.19 -
YUV 84.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 183 18 170 0 0.90 0.07 0.28 304.73 0.82 0.39
Hex B7 12 AA 0 5A 7 1C 131 52 27
Octal 267 22 252 0 132 7 34 461 122 47
Binary 10110111 10010 10101010 0 1011010 111 11100 100110001 1010010 100111

Color Harmonies of #B712AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712AA

Black with #B712AA

Text Example


Text Example

White with #B712AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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