Html Css Color HEX #B60187 Medium Violet Red

📋 copy color: '#B60187'

red 182 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B60187

Tints of Medium Violet Red #B60187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 57.23%
G = 0.31%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B60187 (or 0xB60187) is known color: Medium Violet Red. HEX triplet: B6, 01 and 87. RGB value is (182,1,135). Sum of RGB (Red+Green+Blue) = 182+1+135=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60187 is #49FE78. Grayscale: #464646. Windows color (decimal): -4849273 or 8847798. OLE color: 8847798.

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

Color convert

RGB 182 1 135 -
CMYK 0 0.99 0.26 0.29
HSL 315.58º 0.99% 0.36% -
HSV(B) 315.58º 0.99% 0.71% -
XYZ 23.68 11.72 23.94 -
YUV 70.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 182 1 135 0 0.99 0.26 0.29 315.58 0.99 0.36
Hex B6 1 87 0 63 1A 1D 13C 63 24
Octal 266 1 207 0 143 32 35 474 143 44
Binary 10110110 1 10000111 0 1100011 11010 11101 100111100 1100011 100100

Color Harmonies of #B60187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60187

Black with #B60187

Text Example


Text Example

White with #B60187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60187; }

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

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

background-color css

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

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

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

border-color css

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

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

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