Html Css Color HEX #B70595 Medium Violet Red

📋 copy color: '#B70595'

red 183 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #B70595

Tints of Medium Violet Red #B70595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 54.3%
G = 1.48%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B70595 (or 0xB70595) is known color: Medium Violet Red. HEX triplet: B7, 05 and 95. RGB value is (183,5,149). Sum of RGB (Red+Green+Blue) = 183+5+149=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70595 is #48FA6A. Grayscale: #4A4A4A. Windows color (decimal): -4782699 or 9766327. OLE color: 9766327.

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

Color convert

RGB 183 5 149 -
CMYK 0 0.97 0.19 0.28
HSL 311.46º 0.95% 0.37% -
HSV(B) 311.46º 0.97% 0.72% -
XYZ 25.01 12.35 29.5 -
YUV 74.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 183 5 149 0 0.97 0.19 0.28 311.46 0.95 0.37
Hex B7 5 95 0 61 13 1C 137 5F 25
Octal 267 5 225 0 141 23 34 467 137 45
Binary 10110111 101 10010101 0 1100001 10011 11100 100110111 1011111 100101

Color Harmonies of #B70595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70595

Black with #B70595

Text Example


Text Example

White with #B70595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70595; }

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

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

background-color css

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

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

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

border-color css

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

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

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