Html Css Color HEX #B60190 Medium Violet Red

📋 copy color: '#B60190'

red 182 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B60190

Tints of Medium Violet Red #B60190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 55.66%
G = 0.31%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60190 (or 0xB60190) is known color: Medium Violet Red. HEX triplet: B6, 01 and 90. RGB value is (182,1,144). Sum of RGB (Red+Green+Blue) = 182+1+144=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B60190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60190 is #49FE6F. Grayscale: #474747. Windows color (decimal): -4849264 or 9437622. OLE color: 9437622.

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

Color convert

RGB 182 1 144 -
CMYK 0 0.99 0.21 0.29
HSL 312.6º 0.99% 0.36% -
HSV(B) 312.6º 0.99% 0.71% -
XYZ 24.34 11.98 27.42 -
YUV 71.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 182 1 144 0 0.99 0.21 0.29 312.6 0.99 0.36
Hex B6 1 90 0 63 15 1D 139 63 24
Octal 266 1 220 0 143 25 35 471 143 44
Binary 10110110 1 10010000 0 1100011 10101 11101 100111001 1100011 100100

Color Harmonies of #B60190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60190

Black with #B60190

Text Example


Text Example

White with #B60190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60190; }

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

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

background-color css

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

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

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

border-color css

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

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

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