Html Css Color HEX #B70176 Medium Violet Red

📋 copy color: '#B70176'

red 183 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #B70176

Tints of Medium Violet Red #B70176

RGB

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

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

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

R = 60.6%
G = 0.33%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B70176 (or 0xB70176) is known color: Medium Violet Red. HEX triplet: B7, 01 and 76. RGB value is (183,1,118). Sum of RGB (Red+Green+Blue) = 183+1+118=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B70176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70176 is #48FE89. Grayscale: #444444. Windows color (decimal): -4783754 or 7733687. OLE color: 7733687.

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

Color convert

RGB 183 1 118 -
CMYK 0 0.99 0.36 0.28
HSL 321.43º 0.99% 0.36% -
HSV(B) 321.43º 0.99% 0.72% -
XYZ 22.81 11.4 18.14 -
YUV 68.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 183 1 118 0 0.99 0.36 0.28 321.43 0.99 0.36
Hex B7 1 76 0 63 24 1C 141 63 24
Octal 267 1 166 0 143 44 34 501 143 44
Binary 10110111 1 1110110 0 1100011 100100 11100 101000001 1100011 100100

Color Harmonies of #B70176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70176

Black with #B70176

Text Example


Text Example

White with #B70176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70176; }

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

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

background-color css

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

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

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

border-color css

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

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

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