Html Css Color HEX #B60290 Medium Violet Red

📋 copy color: '#B60290'

red 182 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B60290

Tints of Medium Violet Red #B60290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 55.49%
G = 0.61%
B = 43.9%

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

#B60290 (or 0xB60290) is known color: Medium Violet Red. HEX triplet: B6, 02 and 90. RGB value is (182,2,144). Sum of RGB (Red+Green+Blue) = 182+2+144=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B60290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60290 is #49FD6F. Grayscale: #474747. Windows color (decimal): -4849008 or 9437878. OLE color: 9437878.

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

Color convert

RGB 182 2 144 -
CMYK 0 0.99 0.21 0.29
HSL 312.67º 0.98% 0.36% -
HSV(B) 312.67º 0.99% 0.71% -
XYZ 24.35 12 27.42 -
YUV 72.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 182 2 144 0 0.99 0.21 0.29 312.67 0.98 0.36
Hex B6 2 90 0 63 15 1D 139 62 24
Octal 266 2 220 0 143 25 35 471 142 44
Binary 10110110 10 10010000 0 1100011 10101 11101 100111001 1100010 100100

Color Harmonies of #B60290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60290

Black with #B60290

Text Example


Text Example

White with #B60290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60290; }

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

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

background-color css

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

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

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

border-color css

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

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

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