Html Css Color HEX #B70196 Medium Violet Red

📋 copy color: '#B70196'

red 183 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #B70196

Tints of Medium Violet Red #B70196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 54.79%
G = 0.3%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B70196 (or 0xB70196) is known color: Medium Violet Red. HEX triplet: B7, 01 and 96. RGB value is (183,1,150). Sum of RGB (Red+Green+Blue) = 183+1+150=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B70196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70196 is #48FE69. Grayscale: #474747. Windows color (decimal): -4783722 or 9830839. OLE color: 9830839.

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

Color convert

RGB 183 1 150 -
CMYK 0 0.99 0.18 0.28
HSL 310.88º 0.99% 0.36% -
HSV(B) 310.88º 0.99% 0.72% -
XYZ 25.04 12.29 29.91 -
YUV 72.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 183 1 150 0 0.99 0.18 0.28 310.88 0.99 0.36
Hex B7 1 96 0 63 12 1C 137 63 24
Octal 267 1 226 0 143 22 34 467 143 44
Binary 10110111 1 10010110 0 1100011 10010 11100 100110111 1100011 100100

Color Harmonies of #B70196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70196

Black with #B70196

Text Example


Text Example

White with #B70196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70196; }

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

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

background-color css

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

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

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

border-color css

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

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

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