Html Css Color HEX #B60790 Medium Violet Red

📋 copy color: '#B60790'

red 182 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #B60790

Tints of Medium Violet Red #B60790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 54.65%
G = 2.1%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60790 (or 0xB60790) is known color: Medium Violet Red. HEX triplet: B6, 07 and 90. RGB value is (182,7,144). Sum of RGB (Red+Green+Blue) = 182+7+144=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B60790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60790 is #49F86F. Grayscale: #4A4A4A. Windows color (decimal): -4847728 or 9439158. OLE color: 9439158.

HSL color Cylindrical-coordinate representation of color #B60790: hue angle of 313.03º 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 #B60790 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 144 -
CMYK 0 0.96 0.21 0.29
HSL 313.03º 0.93% 0.37% -
HSV(B) 313.03º 0.96% 0.71% -
XYZ 24.4 12.11 27.44 -
YUV 74.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 182 7 144 0 0.96 0.21 0.29 313.03 0.93 0.37
Hex B6 7 90 0 60 15 1D 139 5D 25
Octal 266 7 220 0 140 25 35 471 135 45
Binary 10110110 111 10010000 0 1100000 10101 11101 100111001 1011101 100101

Color Harmonies of #B60790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60790

Black with #B60790

Text Example


Text Example

White with #B60790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60790; }

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

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

background-color css

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

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

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

border-color css

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

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

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