Html Css Color HEX #B70794 Medium Violet Red

📋 copy color: '#B70794'

red 183 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #B70794

Tints of Medium Violet Red #B70794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 54.14%
G = 2.07%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B70794 (or 0xB70794) is known color: Medium Violet Red. HEX triplet: B7, 07 and 94. RGB value is (183,7,148). Sum of RGB (Red+Green+Blue) = 183+7+148=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B70794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70794 is #48F86B. Grayscale: #4B4B4B. Windows color (decimal): -4782188 or 9701303. OLE color: 9701303.

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

Color convert

RGB 183 7 148 -
CMYK 0 0.96 0.19 0.28
HSL 311.93º 0.93% 0.37% -
HSV(B) 311.93º 0.96% 0.72% -
XYZ 24.95 12.36 29.09 -
YUV 75.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 183 7 148 0 0.96 0.19 0.28 311.93 0.93 0.37
Hex B7 7 94 0 60 13 1C 138 5D 25
Octal 267 7 224 0 140 23 34 470 135 45
Binary 10110111 111 10010100 0 1100000 10011 11100 100111000 1011101 100101

Color Harmonies of #B70794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70794

Black with #B70794

Text Example


Text Example

White with #B70794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70794; }

 p { color: rgb(183,7,148); }

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

background-color css

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

 a { background-color: rgb(183,7,148); }

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

border-color css

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

 span { border-color: rgb(183,7,148); }

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