Html Css Color HEX #B70696 Medium Violet Red

📋 copy color: '#B70696'

red 183 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #B70696

Tints of Medium Violet Red #B70696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

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

R = 53.98%
G = 1.77%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B70696 (or 0xB70696) is known color: Medium Violet Red. HEX triplet: B7, 06 and 96. RGB value is (183,6,150). Sum of RGB (Red+Green+Blue) = 183+6+150=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B70696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70696 is #48F969. Grayscale: #4A4A4A. Windows color (decimal): -4782442 or 9832119. OLE color: 9832119.

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

Color convert

RGB 183 6 150 -
CMYK 0 0.97 0.18 0.28
HSL 311.19º 0.94% 0.37% -
HSV(B) 311.19º 0.97% 0.72% -
XYZ 25.1 12.4 29.92 -
YUV 75.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 183 6 150 0 0.97 0.18 0.28 311.19 0.94 0.37
Hex B7 6 96 0 61 12 1C 137 5E 25
Octal 267 6 226 0 141 22 34 467 136 45
Binary 10110111 110 10010110 0 1100001 10010 11100 100110111 1011110 100101

Color Harmonies of #B70696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70696

Black with #B70696

Text Example


Text Example

White with #B70696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70696; }

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

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

background-color css

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

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

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

border-color css

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

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

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