Html Css Color HEX #B718AC Deep Magenta

📋 copy color: '#B718AC'

red 183 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #B718AC

Tints of Deep Magenta #B718AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 48.28%
G = 6.33%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B718AC (or 0xB718AC) is known color: Deep Magenta. HEX triplet: B7, 18 and AC. RGB value is (183,24,172). Sum of RGB (Red+Green+Blue) = 183+24+172=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B718AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718AC is #48E753. Grayscale: #575757. Windows color (decimal): -4777812 or 11278519. OLE color: 11278519.

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

Color convert

RGB 183 24 172 -
CMYK 0 0.87 0.06 0.28
HSL 304.15º 0.77% 0.41% -
HSV(B) 304.15º 0.87% 0.72% -
XYZ 27.3 13.7 40.23 -
YUV 88.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 183 24 172 0 0.87 0.06 0.28 304.15 0.77 0.41
Hex B7 18 AC 0 57 6 1C 130 4D 29
Octal 267 30 254 0 127 6 34 460 115 51
Binary 10110111 11000 10101100 0 1010111 110 11100 100110000 1001101 101001

Color Harmonies of #B718AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718AC

Black with #B718AC

Text Example


Text Example

White with #B718AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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