Html Css Color HEX #B70179 Medium Violet Red

📋 copy color: '#B70179'

red 183 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #B70179

Tints of Medium Violet Red #B70179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 60%
G = 0.33%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B70179 (or 0xB70179) is known color: Medium Violet Red. HEX triplet: B7, 01 and 79. RGB value is (183,1,121). Sum of RGB (Red+Green+Blue) = 183+1+121=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70179 is #48FE86. Grayscale: #444444. Windows color (decimal): -4783751 or 7930295. OLE color: 7930295.

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

Color convert

RGB 183 1 121 -
CMYK 0 0.99 0.34 0.28
HSL 320.44º 0.99% 0.36% -
HSV(B) 320.44º 0.99% 0.72% -
XYZ 22.99 11.47 19.09 -
YUV 69.1 157.3 209.24 -
System Red Green Blue C M Y K H S L
Decimal 183 1 121 0 0.99 0.34 0.28 320.44 0.99 0.36
Hex B7 1 79 0 63 22 1C 140 63 24
Octal 267 1 171 0 143 42 34 500 143 44
Binary 10110111 1 1111001 0 1100011 100010 11100 101000000 1100011 100100

Color Harmonies of #B70179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70179

Black with #B70179

Text Example


Text Example

White with #B70179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70179; }

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

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

background-color css

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

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

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

border-color css

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

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

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