Html Css Color HEX #B60F77 Medium Violet Red

📋 copy color: '#B60F77'

red 182 ◦ green 15 ◦ blue 119

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

Shades of Medium Violet Red #B60F77

Tints of Medium Violet Red #B60F77

RGB

 RED value IS 182 (71.48% from 255) = 57.59%

 GREEN value IS 15 (6.25% from 255) = 4.75%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 57.59%
G = 4.75%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B60F77 (or 0xB60F77) is known color: Medium Violet Red. HEX triplet: B6, 0F and 77. RGB value is (182,15,119). Sum of RGB (Red+Green+Blue) = 182+15+119=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F77 is #49F088. Grayscale: #4C4C4C. Windows color (decimal): -4845705 or 7802806. OLE color: 7802806.

HSL color Cylindrical-coordinate representation of color #B60F77: hue angle of 322.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F77 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 15 119 -
CMYK 0 0.92 0.35 0.29
HSL 322.63º 0.85% 0.39% -
HSV(B) 322.63º 0.92% 0.71% -
XYZ 22.79 11.62 18.49 -
YUV 76.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 182 15 119 0 0.92 0.35 0.29 322.63 0.85 0.39
Hex B6 F 77 0 5C 23 1D 143 55 27
Octal 266 17 167 0 134 43 35 503 125 47
Binary 10110110 1111 1110111 0 1011100 100011 11101 101000011 1010101 100111

Color Harmonies of #B60F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F77

Black with #B60F77

Text Example


Text Example

White with #B60F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F77; }

 p { color: rgb(182,15,119); }

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

background-color css

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

 a { background-color: rgb(182,15,119); }

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

border-color css

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

 span { border-color: rgb(182,15,119); }

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