Html Css Color HEX #B60598 Medium Violet Red

📋 copy color: '#B60598'

red 182 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #B60598

Tints of Medium Violet Red #B60598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 53.69%
G = 1.47%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B60598 (or 0xB60598) is known color: Medium Violet Red. HEX triplet: B6, 05 and 98. RGB value is (182,5,152). Sum of RGB (Red+Green+Blue) = 182+5+152=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B60598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60598 is #49FA67. Grayscale: #4A4A4A. Windows color (decimal): -4848232 or 9962934. OLE color: 9962934.

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

Color convert

RGB 182 5 152 -
CMYK 0 0.97 0.16 0.29
HSL 310.17º 0.95% 0.37% -
HSV(B) 310.17º 0.97% 0.71% -
XYZ 25.01 12.32 30.77 -
YUV 74.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 182 5 152 0 0.97 0.16 0.29 310.17 0.95 0.37
Hex B6 5 98 0 61 10 1D 136 5F 25
Octal 266 5 230 0 141 20 35 466 137 45
Binary 10110110 101 10011000 0 1100001 10000 11101 100110110 1011111 100101

Color Harmonies of #B60598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60598

Black with #B60598

Text Example


Text Example

White with #B60598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60598; }

 p { color: rgb(182,5,152); }

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

background-color css

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

 a { background-color: rgb(182,5,152); }

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

border-color css

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

 span { border-color: rgb(182,5,152); }

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