Html Css Color HEX #B713B1 Deep Magenta

📋 copy color: '#B713B1'

red 183 ◦ green 19 ◦ blue 177

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

Shades of Deep Magenta #B713B1

Tints of Deep Magenta #B713B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.7%

R = 48.28%
G = 5.01%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B713B1 (or 0xB713B1) is known color: Deep Magenta. HEX triplet: B7, 13 and B1. RGB value is (183,19,177). Sum of RGB (Red+Green+Blue) = 183+19+177=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B713B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713B1 is #48EC4E. Grayscale: #555555. Windows color (decimal): -4779087 or 11604919. OLE color: 11604919.

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

Color convert

RGB 183 19 177 -
CMYK 0 0.90 0.03 0.28
HSL 302.2º 0.81% 0.4% -
HSV(B) 302.2º 0.9% 0.72% -
XYZ 27.7 13.71 42.78 -
YUV 86.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 183 19 177 0 0.90 0.03 0.28 302.2 0.81 0.4
Hex B7 13 B1 0 5A 3 1C 12E 51 28
Octal 267 23 261 0 132 3 34 456 121 50
Binary 10110111 10011 10110001 0 1011010 11 11100 100101110 1010001 101000

Color Harmonies of #B713B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713B1

Black with #B713B1

Text Example


Text Example

White with #B713B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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