Html Css Color HEX #B60778 Medium Violet Red

📋 copy color: '#B60778'

red 182 ◦ green 7 ◦ blue 120

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

Shades of Medium Violet Red #B60778

Tints of Medium Violet Red #B60778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 58.9%
G = 2.27%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B60778 (or 0xB60778) is known color: Medium Violet Red. HEX triplet: B6, 07 and 78. RGB value is (182,7,120). Sum of RGB (Red+Green+Blue) = 182+7+120=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B60778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60778 is #49F887. Grayscale: #474747. Windows color (decimal): -4847752 or 7866294. OLE color: 7866294.

HSL color Cylindrical-coordinate representation of color #B60778: hue angle of 321.26º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60778 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 120 -
CMYK 0 0.96 0.34 0.29
HSL 321.26º 0.93% 0.37% -
HSV(B) 321.26º 0.96% 0.71% -
XYZ 22.76 11.45 18.78 -
YUV 72.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 182 7 120 0 0.96 0.34 0.29 321.26 0.93 0.37
Hex B6 7 78 0 60 22 1D 141 5D 25
Octal 266 7 170 0 140 42 35 501 135 45
Binary 10110110 111 1111000 0 1100000 100010 11101 101000001 1011101 100101

Color Harmonies of #B60778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60778

Black with #B60778

Text Example


Text Example

White with #B60778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60778; }

 p { color: rgb(182,7,120); }

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

background-color css

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

 a { background-color: rgb(182,7,120); }

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

border-color css

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

 span { border-color: rgb(182,7,120); }

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