Html Css Color HEX #B716AD Deep Magenta

📋 copy color: '#B716AD'

red 183 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #B716AD

Tints of Deep Magenta #B716AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 48.41%
G = 5.82%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B716AD (or 0xB716AD) is known color: Deep Magenta. HEX triplet: B7, 16 and AD. RGB value is (183,22,173). Sum of RGB (Red+Green+Blue) = 183+22+173=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B716AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B716AD is #48E952. Grayscale: #565656. Windows color (decimal): -4778323 or 11343543. OLE color: 11343543.

HSL color Cylindrical-coordinate representation of color #B716AD: hue angle of 303.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716AD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 173 -
CMYK 0 0.88 0.05 0.28
HSL 303.73º 0.79% 0.4% -
HSV(B) 303.73º 0.88% 0.72% -
XYZ 27.36 13.66 40.73 -
YUV 87.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 183 22 173 0 0.88 0.05 0.28 303.73 0.79 0.4
Hex B7 16 AD 0 58 5 1C 130 4F 28
Octal 267 26 255 0 130 5 34 460 117 50
Binary 10110111 10110 10101101 0 1011000 101 11100 100110000 1001111 101000

Color Harmonies of #B716AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716AD

Black with #B716AD

Text Example


Text Example

White with #B716AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716AD; }

 p { color: rgb(183,22,173); }

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

background-color css

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

 a { background-color: rgb(183,22,173); }

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

border-color css

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

 span { border-color: rgb(183,22,173); }

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