Html Css Color HEX #B70773 Medium Violet Red

📋 copy color: '#B70773'

red 183 ◦ green 7 ◦ blue 115

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

Shades of Medium Violet Red #B70773

Tints of Medium Violet Red #B70773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 60%
G = 2.3%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B70773 (or 0xB70773) is known color: Medium Violet Red. HEX triplet: B7, 07 and 73. RGB value is (183,7,115). Sum of RGB (Red+Green+Blue) = 183+7+115=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70773 is #48F88C. Grayscale: #474747. Windows color (decimal): -4782221 or 7538615. OLE color: 7538615.

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

Color convert

RGB 183 7 115 -
CMYK 0 0.96 0.37 0.28
HSL 323.18º 0.93% 0.37% -
HSV(B) 323.18º 0.96% 0.72% -
XYZ 22.7 11.46 17.23 -
YUV 71.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 183 7 115 0 0.96 0.37 0.28 323.18 0.93 0.37
Hex B7 7 73 0 60 25 1C 143 5D 25
Octal 267 7 163 0 140 45 34 503 135 45
Binary 10110111 111 1110011 0 1100000 100101 11100 101000011 1011101 100101

Color Harmonies of #B70773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70773

Black with #B70773

Text Example


Text Example

White with #B70773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70773; }

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

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

background-color css

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

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

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

border-color css

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

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

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