Html Css Color HEX #B70774 Medium Violet Red

📋 copy color: '#B70774'

red 183 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #B70774

Tints of Medium Violet Red #B70774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 59.8%
G = 2.29%
B = 37.91%

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

#B70774 (or 0xB70774) is known color: Medium Violet Red. HEX triplet: B7, 07 and 74. RGB value is (183,7,116). Sum of RGB (Red+Green+Blue) = 183+7+116=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70774 is #48F88B. Grayscale: #474747. Windows color (decimal): -4782220 or 7604151. OLE color: 7604151.

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

Color convert

RGB 183 7 116 -
CMYK 0 0.96 0.37 0.28
HSL 322.84º 0.93% 0.37% -
HSV(B) 322.84º 0.96% 0.72% -
XYZ 22.76 11.48 17.54 -
YUV 72.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 183 7 116 0 0.96 0.37 0.28 322.84 0.93 0.37
Hex B7 7 74 0 60 25 1C 143 5D 25
Octal 267 7 164 0 140 45 34 503 135 45
Binary 10110111 111 1110100 0 1100000 100101 11100 101000011 1011101 100101

Color Harmonies of #B70774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70774

Black with #B70774

Text Example


Text Example

White with #B70774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70774; }

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

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

background-color css

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

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

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

border-color css

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

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

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