Html Css Color HEX #B70680 Medium Violet Red

📋 copy color: '#B70680'

red 183 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #B70680

Tints of Medium Violet Red #B70680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 57.73%
G = 1.89%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70680 (or 0xB70680) is known color: Medium Violet Red. HEX triplet: B7, 06 and 80. RGB value is (183,6,128). Sum of RGB (Red+Green+Blue) = 183+6+128=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70680 is #48F97F. Grayscale: #484848. Windows color (decimal): -4782464 or 8390327. OLE color: 8390327.

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

Color convert

RGB 183 6 128 -
CMYK 0 0.97 0.30 0.28
HSL 318.64º 0.94% 0.37% -
HSV(B) 318.64º 0.97% 0.72% -
XYZ 23.49 11.76 21.45 -
YUV 72.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 183 6 128 0 0.97 0.30 0.28 318.64 0.94 0.37
Hex B7 6 80 0 61 1E 1C 13F 5E 25
Octal 267 6 200 0 141 36 34 477 136 45
Binary 10110111 110 10000000 0 1100001 11110 11100 100111111 1011110 100101

Color Harmonies of #B70680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70680

Black with #B70680

Text Example


Text Example

White with #B70680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70680; }

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

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

background-color css

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

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

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

border-color css

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

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

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