Html Css Color HEX #B713AE Deep Magenta

📋 copy color: '#B713AE'

red 183 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #B713AE

Tints of Deep Magenta #B713AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 48.67%
G = 5.05%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B713AE (or 0xB713AE) is known color: Deep Magenta. HEX triplet: B7, 13 and AE. RGB value is (183,19,174). Sum of RGB (Red+Green+Blue) = 183+19+174=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AE is #48EC51. Grayscale: #555555. Windows color (decimal): -4779090 or 11408311. OLE color: 11408311.

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

Color convert

RGB 183 19 174 -
CMYK 0 0.90 0.05 0.28
HSL 303.29º 0.81% 0.4% -
HSV(B) 303.29º 0.9% 0.72% -
XYZ 27.4 13.59 41.22 -
YUV 85.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 183 19 174 0 0.90 0.05 0.28 303.29 0.81 0.4
Hex B7 13 AE 0 5A 5 1C 12F 51 28
Octal 267 23 256 0 132 5 34 457 121 50
Binary 10110111 10011 10101110 0 1011010 101 11100 100101111 1010001 101000

Color Harmonies of #B713AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713AE

Black with #B713AE

Text Example


Text Example

White with #B713AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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