Html Css Color HEX #B70079 Medium Violet Red

📋 copy color: '#B70079'

red 183 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #B70079

Tints of Medium Violet Red #B70079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.2%
G = 0%
B = 39.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B70079 (or 0xB70079) is known color: Medium Violet Red. HEX triplet: B7, 00 and 79. RGB value is (183,0,121). Sum of RGB (Red+Green+Blue) = 183+0+121=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B70079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70079 is #48FF86. Grayscale: #444444. Windows color (decimal): -4784007 or 7930039. OLE color: 7930039.

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

Color convert

RGB 183 0 121 -
CMYK 0 1 0.34 0.28
HSL 320.33º 1% 0.36% -
HSV(B) 320.33º 1% 0.72% -
XYZ 22.98 11.45 19.09 -
YUV 68.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 183 0 121 0 1 0.34 0.28 320.33 1 0.36
Hex B7 0 79 0 64 22 1C 140 64 24
Octal 267 0 171 0 144 42 34 500 144 44
Binary 10110111 0 1111001 0 1100100 100010 11100 101000000 1100100 100100

Color Harmonies of #B70079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70079

Black with #B70079

Text Example


Text Example

White with #B70079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70079; }

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

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

background-color css

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

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

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

border-color css

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

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

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