Html Css Color HEX #B60497 Medium Violet Red

📋 copy color: '#B60497'

red 182 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #B60497

Tints of Medium Violet Red #B60497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 54.01%
G = 1.19%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B60497 (or 0xB60497) is known color: Medium Violet Red. HEX triplet: B6, 04 and 97. RGB value is (182,4,151). Sum of RGB (Red+Green+Blue) = 182+4+151=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B60497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60497 is #49FB68. Grayscale: #494949. Windows color (decimal): -4848489 or 9897142. OLE color: 9897142.

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

Color convert

RGB 182 4 151 -
CMYK 0 0.98 0.17 0.29
HSL 310.45º 0.96% 0.36% -
HSV(B) 310.45º 0.98% 0.71% -
XYZ 24.92 12.27 30.33 -
YUV 73.98 171.47 205.05 -
System Red Green Blue C M Y K H S L
Decimal 182 4 151 0 0.98 0.17 0.29 310.45 0.96 0.36
Hex B6 4 97 0 62 11 1D 136 60 24
Octal 266 4 227 0 142 21 35 466 140 44
Binary 10110110 100 10010111 0 1100010 10001 11101 100110110 1100000 100100

Color Harmonies of #B60497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60497

Black with #B60497

Text Example


Text Example

White with #B60497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60497; }

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

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

background-color css

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

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

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

border-color css

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

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

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