Html Css Color HEX #B718AB Deep Magenta

📋 copy color: '#B718AB'

red 183 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #B718AB

Tints of Deep Magenta #B718AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 48.41%
G = 6.35%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B718AB (or 0xB718AB) is known color: Deep Magenta. HEX triplet: B7, 18 and AB. RGB value is (183,24,171). Sum of RGB (Red+Green+Blue) = 183+24+171=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B718AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718AB is #48E754. Grayscale: #575757. Windows color (decimal): -4777813 or 11212983. OLE color: 11212983.

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

Color convert

RGB 183 24 171 -
CMYK 0 0.87 0.07 0.28
HSL 304.53º 0.77% 0.41% -
HSV(B) 304.53º 0.87% 0.72% -
XYZ 27.21 13.66 39.73 -
YUV 88.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 183 24 171 0 0.87 0.07 0.28 304.53 0.77 0.41
Hex B7 18 AB 0 57 7 1C 131 4D 29
Octal 267 30 253 0 127 7 34 461 115 51
Binary 10110111 11000 10101011 0 1010111 111 11100 100110001 1001101 101001

Color Harmonies of #B718AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718AB

Black with #B718AB

Text Example


Text Example

White with #B718AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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