Html Css Color HEX #B70592 Medium Violet Red

📋 copy color: '#B70592'

red 183 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #B70592

Tints of Medium Violet Red #B70592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 54.79%
G = 1.5%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B70592 (or 0xB70592) is known color: Medium Violet Red. HEX triplet: B7, 05 and 92. RGB value is (183,5,146). Sum of RGB (Red+Green+Blue) = 183+5+146=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B70592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70592 is #48FA6D. Grayscale: #494949. Windows color (decimal): -4782702 or 9569719. OLE color: 9569719.

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

Color convert

RGB 183 5 146 -
CMYK 0 0.97 0.20 0.28
HSL 312.47º 0.95% 0.37% -
HSV(B) 312.47º 0.97% 0.72% -
XYZ 24.77 12.25 28.25 -
YUV 74.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 183 5 146 0 0.97 0.20 0.28 312.47 0.95 0.37
Hex B7 5 92 0 61 14 1C 138 5F 25
Octal 267 5 222 0 141 24 34 470 137 45
Binary 10110111 101 10010010 0 1100001 10100 11100 100111000 1011111 100101

Color Harmonies of #B70592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70592

Black with #B70592

Text Example


Text Example

White with #B70592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70592; }

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

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

background-color css

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

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

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

border-color css

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

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

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