Html Css Color HEX #B60189 Medium Violet Red

📋 copy color: '#B60189'

red 182 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #B60189

Tints of Medium Violet Red #B60189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 56.88%
G = 0.31%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B60189 (or 0xB60189) is known color: Medium Violet Red. HEX triplet: B6, 01 and 89. RGB value is (182,1,137). Sum of RGB (Red+Green+Blue) = 182+1+137=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60189 is #49FE76. Grayscale: #464646. Windows color (decimal): -4849271 or 8978870. OLE color: 8978870.

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

Color convert

RGB 182 1 137 -
CMYK 0 0.99 0.25 0.29
HSL 314.92º 0.99% 0.36% -
HSV(B) 314.92º 0.99% 0.71% -
XYZ 23.82 11.77 24.68 -
YUV 70.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 182 1 137 0 0.99 0.25 0.29 314.92 0.99 0.36
Hex B6 1 89 0 63 19 1D 13B 63 24
Octal 266 1 211 0 143 31 35 473 143 44
Binary 10110110 1 10001001 0 1100011 11001 11101 100111011 1100011 100100

Color Harmonies of #B60189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60189

Black with #B60189

Text Example


Text Example

White with #B60189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60189; }

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

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

background-color css

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

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

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

border-color css

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

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

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