Html Css Color HEX #B70591 Medium Violet Red

📋 copy color: '#B70591'

red 183 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B70591

Tints of Medium Violet Red #B70591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 54.95%
G = 1.5%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B70591 (or 0xB70591) is known color: Medium Violet Red. HEX triplet: B7, 05 and 91. RGB value is (183,5,145). Sum of RGB (Red+Green+Blue) = 183+5+145=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70591 is #48FA6E. Grayscale: #494949. Windows color (decimal): -4782703 or 9504183. OLE color: 9504183.

HSL color Cylindrical-coordinate representation of color #B70591: hue angle of 312.81º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70591 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 145 -
CMYK 0 0.97 0.21 0.28
HSL 312.81º 0.95% 0.37% -
HSV(B) 312.81º 0.97% 0.72% -
XYZ 24.69 12.22 27.85 -
YUV 74.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 183 5 145 0 0.97 0.21 0.28 312.81 0.95 0.37
Hex B7 5 91 0 61 15 1C 139 5F 25
Octal 267 5 221 0 141 25 34 471 137 45
Binary 10110111 101 10010001 0 1100001 10101 11100 100111001 1011111 100101

Color Harmonies of #B70591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70591

Black with #B70591

Text Example


Text Example

White with #B70591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70591; }

 p { color: rgb(183,5,145); }

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

background-color css

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

 a { background-color: rgb(183,5,145); }

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

border-color css

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

 span { border-color: rgb(183,5,145); }

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