Html Css Color HEX #B70197 Medium Violet Red

📋 copy color: '#B70197'

red 183 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B70197

Tints of Medium Violet Red #B70197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 54.63%
G = 0.3%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B70197 (or 0xB70197) is known color: Medium Violet Red. HEX triplet: B7, 01 and 97. RGB value is (183,1,151). Sum of RGB (Red+Green+Blue) = 183+1+151=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B70197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70197 is #48FE68. Grayscale: #484848. Windows color (decimal): -4783721 or 9896375. OLE color: 9896375.

HSL color Cylindrical-coordinate representation of color #B70197: hue angle of 310.55º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70197 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 151 -
CMYK 0 0.99 0.17 0.28
HSL 310.55º 0.99% 0.36% -
HSV(B) 310.55º 0.99% 0.72% -
XYZ 25.13 12.32 30.33 -
YUV 72.52 172.3 206.8 -
System Red Green Blue C M Y K H S L
Decimal 183 1 151 0 0.99 0.17 0.28 310.55 0.99 0.36
Hex B7 1 97 0 63 11 1C 137 63 24
Octal 267 1 227 0 143 21 34 467 143 44
Binary 10110111 1 10010111 0 1100011 10001 11100 100110111 1100011 100100

Color Harmonies of #B70197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70197

Black with #B70197

Text Example


Text Example

White with #B70197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70197; }

 p { color: rgb(183,1,151); }

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

background-color css

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

 a { background-color: rgb(183,1,151); }

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

border-color css

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

 span { border-color: rgb(183,1,151); }

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