Html Css Color HEX #B60176 Medium Violet Red

📋 copy color: '#B60176'

red 182 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #B60176

Tints of Medium Violet Red #B60176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 60.47%
G = 0.33%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B60176 (or 0xB60176) is known color: Medium Violet Red. HEX triplet: B6, 01 and 76. RGB value is (182,1,118). Sum of RGB (Red+Green+Blue) = 182+1+118=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B60176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60176 is #49FE89. Grayscale: #444444. Windows color (decimal): -4849290 or 7733686. OLE color: 7733686.

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

Color convert

RGB 182 1 118 -
CMYK 0 0.99 0.35 0.29
HSL 321.22º 0.99% 0.36% -
HSV(B) 321.22º 0.99% 0.71% -
XYZ 22.57 11.27 18.13 -
YUV 68.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 182 1 118 0 0.99 0.35 0.29 321.22 0.99 0.36
Hex B6 1 76 0 63 23 1D 141 63 24
Octal 266 1 166 0 143 43 35 501 143 44
Binary 10110110 1 1110110 0 1100011 100011 11101 101000001 1100011 100100

Color Harmonies of #B60176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60176

Black with #B60176

Text Example


Text Example

White with #B60176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60176; }

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

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

background-color css

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

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

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

border-color css

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

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

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