Html Css Color HEX #B60490 Medium Violet Red

📋 copy color: '#B60490'

red 182 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #B60490

Tints of Medium Violet Red #B60490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 55.15%
G = 1.21%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60490 (or 0xB60490) is known color: Medium Violet Red. HEX triplet: B6, 04 and 90. RGB value is (182,4,144). Sum of RGB (Red+Green+Blue) = 182+4+144=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B60490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60490 is #49FB6F. Grayscale: #484848. Windows color (decimal): -4848496 or 9438390. OLE color: 9438390.

HSL color Cylindrical-coordinate representation of color #B60490: hue angle of 312.81º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60490 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 144 -
CMYK 0 0.98 0.21 0.29
HSL 312.81º 0.96% 0.36% -
HSV(B) 312.81º 0.98% 0.71% -
XYZ 24.37 12.05 27.43 -
YUV 73.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 182 4 144 0 0.98 0.21 0.29 312.81 0.96 0.36
Hex B6 4 90 0 62 15 1D 139 60 24
Octal 266 4 220 0 142 25 35 471 140 44
Binary 10110110 100 10010000 0 1100010 10101 11101 100111001 1100000 100100

Color Harmonies of #B60490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60490

Black with #B60490

Text Example


Text Example

White with #B60490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60490; }

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

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

background-color css

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

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

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

border-color css

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

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

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