Html Css Color HEX #B712AC Deep Magenta

📋 copy color: '#B712AC'

red 183 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #B712AC

Tints of Deep Magenta #B712AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 49.06%
G = 4.83%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B712AC (or 0xB712AC) is known color: Deep Magenta. HEX triplet: B7, 12 and AC. RGB value is (183,18,172). Sum of RGB (Red+Green+Blue) = 183+18+172=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B712AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712AC is #48ED53. Grayscale: #545454. Windows color (decimal): -4779348 or 11276983. OLE color: 11276983.

HSL color Cylindrical-coordinate representation of color #B712AC: hue angle of 304º 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 #B712AC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 172 -
CMYK 0 0.90 0.06 0.28
HSL 304º 0.82% 0.39% -
HSV(B) 304º 0.9% 0.72% -
XYZ 27.19 13.48 40.2 -
YUV 84.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 183 18 172 0 0.90 0.06 0.28 304 0.82 0.39
Hex B7 12 AC 0 5A 6 1C 130 52 27
Octal 267 22 254 0 132 6 34 460 122 47
Binary 10110111 10010 10101100 0 1011010 110 11100 100110000 1010010 100111

Color Harmonies of #B712AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712AC

Black with #B712AC

Text Example


Text Example

White with #B712AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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