Html Css Color HEX #B60479 Medium Violet Red

📋 copy color: '#B60479'

red 182 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #B60479

Tints of Medium Violet Red #B60479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 59.28%
G = 1.3%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B60479 (or 0xB60479) is known color: Medium Violet Red. HEX triplet: B6, 04 and 79. RGB value is (182,4,121). Sum of RGB (Red+Green+Blue) = 182+4+121=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B60479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60479 is #49FB86. Grayscale: #464646. Windows color (decimal): -4848519 or 7931062. OLE color: 7931062.

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

Color convert

RGB 182 4 121 -
CMYK 0 0.98 0.34 0.29
HSL 320.56º 0.96% 0.36% -
HSV(B) 320.56º 0.98% 0.71% -
XYZ 22.79 11.41 19.09 -
YUV 70.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 182 4 121 0 0.98 0.34 0.29 320.56 0.96 0.36
Hex B6 4 79 0 62 22 1D 141 60 24
Octal 266 4 171 0 142 42 35 501 140 44
Binary 10110110 100 1111001 0 1100010 100010 11101 101000001 1100000 100100

Color Harmonies of #B60479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60479

Black with #B60479

Text Example


Text Example

White with #B60479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60479; }

 p { color: rgb(182,4,121); }

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

background-color css

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

 a { background-color: rgb(182,4,121); }

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

border-color css

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

 span { border-color: rgb(182,4,121); }

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