Html Css Color HEX #B717AD Deep Magenta

📋 copy color: '#B717AD'

red 183 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #B717AD

Tints of Deep Magenta #B717AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

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

R = 48.28%
G = 6.07%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B717AD (or 0xB717AD) is known color: Deep Magenta. HEX triplet: B7, 17 and AD. RGB value is (183,23,173). Sum of RGB (Red+Green+Blue) = 183+23+173=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B717AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B717AD is #48E852. Grayscale: #575757. Windows color (decimal): -4778067 or 11343799. OLE color: 11343799.

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

Color convert

RGB 183 23 173 -
CMYK 0 0.87 0.05 0.28
HSL 303.75º 0.78% 0.4% -
HSV(B) 303.75º 0.87% 0.72% -
XYZ 27.38 13.7 40.74 -
YUV 87.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 183 23 173 0 0.87 0.05 0.28 303.75 0.78 0.4
Hex B7 17 AD 0 57 5 1C 130 4E 28
Octal 267 27 255 0 127 5 34 460 116 50
Binary 10110111 10111 10101101 0 1010111 101 11100 100110000 1001110 101000

Color Harmonies of #B717AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B717AD

Black with #B717AD

Text Example


Text Example

White with #B717AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B717AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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