Html Css Color HEX #B70076 Medium Violet Red

📋 copy color: '#B70076'

red 183 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #B70076

Tints of Medium Violet Red #B70076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 60.8%
G = 0%
B = 39.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B70076 (or 0xB70076) is known color: Medium Violet Red. HEX triplet: B7, 00 and 76. RGB value is (183,0,118). Sum of RGB (Red+Green+Blue) = 183+0+118=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B70076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70076 is #48FF89. Grayscale: #434343. Windows color (decimal): -4784010 or 7733431. OLE color: 7733431.

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

Color convert

RGB 183 0 118 -
CMYK 0 1 0.36 0.28
HSL 321.31º 1% 0.36% -
HSV(B) 321.31º 1% 0.72% -
XYZ 22.8 11.38 18.13 -
YUV 68.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 183 0 118 0 1 0.36 0.28 321.31 1 0.36
Hex B7 0 76 0 64 24 1C 141 64 24
Octal 267 0 166 0 144 44 34 501 144 44
Binary 10110111 0 1110110 0 1100100 100100 11100 101000001 1100100 100100

Color Harmonies of #B70076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70076

Black with #B70076

Text Example


Text Example

White with #B70076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70076; }

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

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

background-color css

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

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

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

border-color css

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

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

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