Html Css Color HEX #B716AF Deep Magenta

📋 copy color: '#B716AF'

red 183 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #B716AF

Tints of Deep Magenta #B716AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 48.16%
G = 5.79%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B716AF (or 0xB716AF) is known color: Deep Magenta. HEX triplet: B7, 16 and AF. RGB value is (183,22,175). Sum of RGB (Red+Green+Blue) = 183+22+175=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B716AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B716AF is #48E950. Grayscale: #575757. Windows color (decimal): -4778321 or 11474615. OLE color: 11474615.

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

Color convert

RGB 183 22 175 -
CMYK 0 0.88 0.04 0.28
HSL 302.98º 0.79% 0.4% -
HSV(B) 302.98º 0.88% 0.72% -
XYZ 27.55 13.74 41.76 -
YUV 87.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 183 22 175 0 0.88 0.04 0.28 302.98 0.79 0.4
Hex B7 16 AF 0 58 4 1C 12F 4F 28
Octal 267 26 257 0 130 4 34 457 117 50
Binary 10110111 10110 10101111 0 1011000 100 11100 100101111 1001111 101000

Color Harmonies of #B716AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716AF

Black with #B716AF

Text Example


Text Example

White with #B716AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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