Html Css Color HEX #B60197 Medium Violet Red

📋 copy color: '#B60197'

red 182 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B60197

Tints of Medium Violet Red #B60197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 54.49%
G = 0.3%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B60197 (or 0xB60197) is known color: Medium Violet Red. HEX triplet: B6, 01 and 97. RGB value is (182,1,151). Sum of RGB (Red+Green+Blue) = 182+1+151=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B60197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60197 is #49FE68. Grayscale: #474747. Windows color (decimal): -4849257 or 9896374. OLE color: 9896374.

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

Color convert

RGB 182 1 151 -
CMYK 0 0.99 0.17 0.29
HSL 310.28º 0.99% 0.36% -
HSV(B) 310.28º 0.99% 0.71% -
XYZ 24.89 12.2 30.32 -
YUV 72.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 182 1 151 0 0.99 0.17 0.29 310.28 0.99 0.36
Hex B6 1 97 0 63 11 1D 136 63 24
Octal 266 1 227 0 143 21 35 466 143 44
Binary 10110110 1 10010111 0 1100011 10001 11101 100110110 1100011 100100

Color Harmonies of #B60197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60197

Black with #B60197

Text Example


Text Example

White with #B60197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60197; }

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

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

background-color css

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

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

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

border-color css

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

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

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