Html Css Color HEX #B713AF Deep Magenta

📋 copy color: '#B713AF'

red 183 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #B713AF

Tints of Deep Magenta #B713AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 48.54%
G = 5.04%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B713AF (or 0xB713AF) is known color: Deep Magenta. HEX triplet: B7, 13 and AF. RGB value is (183,19,175). Sum of RGB (Red+Green+Blue) = 183+19+175=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AF is #48EC50. Grayscale: #555555. Windows color (decimal): -4779089 or 11473847. OLE color: 11473847.

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

Color convert

RGB 183 19 175 -
CMYK 0 0.90 0.04 0.28
HSL 302.93º 0.81% 0.4% -
HSV(B) 302.93º 0.9% 0.72% -
XYZ 27.5 13.63 41.74 -
YUV 85.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 183 19 175 0 0.90 0.04 0.28 302.93 0.81 0.4
Hex B7 13 AF 0 5A 4 1C 12F 51 28
Octal 267 23 257 0 132 4 34 457 121 50
Binary 10110111 10011 10101111 0 1011010 100 11100 100101111 1010001 101000

Color Harmonies of #B713AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713AF

Black with #B713AF

Text Example


Text Example

White with #B713AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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