Html Css Color HEX #B708AC Deep Magenta

📋 copy color: '#B708AC'

red 183 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #B708AC

Tints of Deep Magenta #B708AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 50.41%
G = 2.2%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B708AC (or 0xB708AC) is known color: Deep Magenta. HEX triplet: B7, 08 and AC. RGB value is (183,8,172). Sum of RGB (Red+Green+Blue) = 183+8+172=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B708AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B708AC is #48F753. Grayscale: #4E4E4E. Windows color (decimal): -4781908 or 11274423. OLE color: 11274423.

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

Color convert

RGB 183 8 172 -
CMYK 0 0.96 0.06 0.28
HSL 303.77º 0.92% 0.37% -
HSV(B) 303.77º 0.96% 0.72% -
XYZ 27.06 13.22 40.16 -
YUV 79.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 183 8 172 0 0.96 0.06 0.28 303.77 0.92 0.37
Hex B7 8 AC 0 60 6 1C 130 5C 25
Octal 267 10 254 0 140 6 34 460 134 45
Binary 10110111 1000 10101100 0 1100000 110 11100 100110000 1011100 100101

Color Harmonies of #B708AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708AC

Black with #B708AC

Text Example


Text Example

White with #B708AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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