Html Css Color HEX #B70397 Medium Violet Red

📋 copy color: '#B70397'

red 183 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #B70397

Tints of Medium Violet Red #B70397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 54.3%
G = 0.89%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B70397 (or 0xB70397) is known color: Medium Violet Red. HEX triplet: B7, 03 and 97. RGB value is (183,3,151). Sum of RGB (Red+Green+Blue) = 183+3+151=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70397 is #48FC68. Grayscale: #494949. Windows color (decimal): -4783209 or 9896887. OLE color: 9896887.

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

Color convert

RGB 183 3 151 -
CMYK 0 0.98 0.17 0.28
HSL 310.67º 0.97% 0.36% -
HSV(B) 310.67º 0.98% 0.72% -
XYZ 25.15 12.37 30.34 -
YUV 73.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 183 3 151 0 0.98 0.17 0.28 310.67 0.97 0.36
Hex B7 3 97 0 62 11 1C 137 61 24
Octal 267 3 227 0 142 21 34 467 141 44
Binary 10110111 11 10010111 0 1100010 10001 11100 100110111 1100001 100100

Color Harmonies of #B70397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70397

Black with #B70397

Text Example


Text Example

White with #B70397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70397; }

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

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

background-color css

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

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

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

border-color css

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

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

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