Html Css Color HEX #B60185 Medium Violet Red

📋 copy color: '#B60185'

red 182 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #B60185

Tints of Medium Violet Red #B60185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 57.59%
G = 0.32%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B60185 (or 0xB60185) is known color: Medium Violet Red. HEX triplet: B6, 01 and 85. RGB value is (182,1,133). Sum of RGB (Red+Green+Blue) = 182+1+133=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B60185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60185 is #49FE7A. Grayscale: #454545. Windows color (decimal): -4849275 or 8716726. OLE color: 8716726.

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

Color convert

RGB 182 1 133 -
CMYK 0 0.99 0.27 0.29
HSL 316.24º 0.99% 0.36% -
HSV(B) 316.24º 0.99% 0.71% -
XYZ 23.54 11.66 23.2 -
YUV 70.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 182 1 133 0 0.99 0.27 0.29 316.24 0.99 0.36
Hex B6 1 85 0 63 1B 1D 13C 63 24
Octal 266 1 205 0 143 33 35 474 143 44
Binary 10110110 1 10000101 0 1100011 11011 11101 100111100 1100011 100100

Color Harmonies of #B60185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60185

Black with #B60185

Text Example


Text Example

White with #B60185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60185; }

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

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

background-color css

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

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

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

border-color css

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

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

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