Html Css Color HEX #B710AC Deep Magenta

📋 copy color: '#B710AC'

red 183 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #B710AC

Tints of Deep Magenta #B710AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 49.33%
G = 4.31%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B710AC (or 0xB710AC) is known color: Deep Magenta. HEX triplet: B7, 10 and AC. RGB value is (183,16,172). Sum of RGB (Red+Green+Blue) = 183+16+172=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B710AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710AC is #48EF53. Grayscale: #535353. Windows color (decimal): -4779860 or 11276471. OLE color: 11276471.

HSL color Cylindrical-coordinate representation of color #B710AC: hue angle of 303.95º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710AC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 172 -
CMYK 0 0.91 0.06 0.28
HSL 303.95º 0.84% 0.39% -
HSV(B) 303.95º 0.91% 0.72% -
XYZ 27.16 13.42 40.19 -
YUV 83.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 183 16 172 0 0.91 0.06 0.28 303.95 0.84 0.39
Hex B7 10 AC 0 5B 6 1C 130 54 27
Octal 267 20 254 0 133 6 34 460 124 47
Binary 10110111 10000 10101100 0 1011011 110 11100 100110000 1010100 100111

Color Harmonies of #B710AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710AC

Black with #B710AC

Text Example


Text Example

White with #B710AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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