Html Css Color HEX #B60485 Medium Violet Red

📋 copy color: '#B60485'

red 182 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #B60485

Tints of Medium Violet Red #B60485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 57.05%
G = 1.25%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B60485 (or 0xB60485) is known color: Medium Violet Red. HEX triplet: B6, 04 and 85. RGB value is (182,4,133). Sum of RGB (Red+Green+Blue) = 182+4+133=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B60485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60485 is #49FB7A. Grayscale: #474747. Windows color (decimal): -4848507 or 8717494. OLE color: 8717494.

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

Color convert

RGB 182 4 133 -
CMYK 0 0.98 0.27 0.29
HSL 316.52º 0.96% 0.36% -
HSV(B) 316.52º 0.98% 0.71% -
XYZ 23.57 11.73 23.21 -
YUV 71.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 182 4 133 0 0.98 0.27 0.29 316.52 0.96 0.36
Hex B6 4 85 0 62 1B 1D 13D 60 24
Octal 266 4 205 0 142 33 35 475 140 44
Binary 10110110 100 10000101 0 1100010 11011 11101 100111101 1100000 100100

Color Harmonies of #B60485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60485

Black with #B60485

Text Example


Text Example

White with #B60485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60485; }

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

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

background-color css

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

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

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

border-color css

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

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

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