Html Css Color HEX #B715AF Deep Magenta

📋 copy color: '#B715AF'

red 183 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #B715AF

Tints of Deep Magenta #B715AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

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

R = 48.28%
G = 5.54%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B715AF (or 0xB715AF) is known color: Deep Magenta. HEX triplet: B7, 15 and AF. RGB value is (183,21,175). Sum of RGB (Red+Green+Blue) = 183+21+175=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B715AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715AF is #48EA50. Grayscale: #565656. Windows color (decimal): -4778577 or 11474359. OLE color: 11474359.

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

Color convert

RGB 183 21 175 -
CMYK 0 0.89 0.04 0.28
HSL 302.96º 0.79% 0.4% -
HSV(B) 302.96º 0.89% 0.72% -
XYZ 27.53 13.7 41.75 -
YUV 86.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 183 21 175 0 0.89 0.04 0.28 302.96 0.79 0.4
Hex B7 15 AF 0 59 4 1C 12F 4F 28
Octal 267 25 257 0 131 4 34 457 117 50
Binary 10110111 10101 10101111 0 1011001 100 11100 100101111 1001111 101000

Color Harmonies of #B715AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715AF

Black with #B715AF

Text Example


Text Example

White with #B715AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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