Html Css Color HEX #B60793 Medium Violet Red

📋 copy color: '#B60793'

red 182 ◦ green 7 ◦ blue 147

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

Shades of Medium Violet Red #B60793

Tints of Medium Violet Red #B60793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 54.17%
G = 2.08%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B60793 (or 0xB60793) is known color: Medium Violet Red. HEX triplet: B6, 07 and 93. RGB value is (182,7,147). Sum of RGB (Red+Green+Blue) = 182+7+147=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B60793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60793 is #49F86C. Grayscale: #4A4A4A. Windows color (decimal): -4847725 or 9635766. OLE color: 9635766.

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

Color convert

RGB 182 7 147 -
CMYK 0 0.96 0.19 0.29
HSL 312º 0.93% 0.37% -
HSV(B) 312º 0.96% 0.71% -
XYZ 24.63 12.2 28.66 -
YUV 75.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 182 7 147 0 0.96 0.19 0.29 312 0.93 0.37
Hex B6 7 93 0 60 13 1D 138 5D 25
Octal 266 7 223 0 140 23 35 470 135 45
Binary 10110110 111 10010011 0 1100000 10011 11101 100111000 1011101 100101

Color Harmonies of #B60793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60793

Black with #B60793

Text Example


Text Example

White with #B60793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60793; }

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

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

background-color css

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

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

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

border-color css

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

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

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