Html Css Color HEX #B70586 Medium Violet Red

📋 copy color: '#B70586'

red 183 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #B70586

Tints of Medium Violet Red #B70586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 56.83%
G = 1.55%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B70586 (or 0xB70586) is known color: Medium Violet Red. HEX triplet: B7, 05 and 86. RGB value is (183,5,134). Sum of RGB (Red+Green+Blue) = 183+5+134=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B70586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70586 is #48FA79. Grayscale: #484848. Windows color (decimal): -4782714 or 8783287. OLE color: 8783287.

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

Color convert

RGB 183 5 134 -
CMYK 0 0.97 0.27 0.28
HSL 316.52º 0.95% 0.37% -
HSV(B) 316.52º 0.97% 0.72% -
XYZ 23.89 11.9 23.59 -
YUV 72.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 183 5 134 0 0.97 0.27 0.28 316.52 0.95 0.37
Hex B7 5 86 0 61 1B 1C 13D 5F 25
Octal 267 5 206 0 141 33 34 475 137 45
Binary 10110111 101 10000110 0 1100001 11011 11100 100111101 1011111 100101

Color Harmonies of #B70586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70586

Black with #B70586

Text Example


Text Example

White with #B70586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70586; }

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

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

background-color css

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

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

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

border-color css

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

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

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