Html Css Color HEX #B60285 Medium Violet Red

📋 copy color: '#B60285'

red 182 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #B60285

Tints of Medium Violet Red #B60285

RGB

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

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

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

R = 57.41%
G = 0.63%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B60285 (or 0xB60285) is known color: Medium Violet Red. HEX triplet: B6, 02 and 85. RGB value is (182,2,133). Sum of RGB (Red+Green+Blue) = 182+2+133=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B60285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60285 is #49FD7A. Grayscale: #464646. Windows color (decimal): -4849019 or 8716982. OLE color: 8716982.

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

Color convert

RGB 182 2 133 -
CMYK 0 0.99 0.27 0.29
HSL 316.33º 0.98% 0.36% -
HSV(B) 316.33º 0.99% 0.71% -
XYZ 23.55 11.68 23.2 -
YUV 70.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 182 2 133 0 0.99 0.27 0.29 316.33 0.98 0.36
Hex B6 2 85 0 63 1B 1D 13C 62 24
Octal 266 2 205 0 143 33 35 474 142 44
Binary 10110110 10 10000101 0 1100011 11011 11101 100111100 1100010 100100

Color Harmonies of #B60285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60285

Black with #B60285

Text Example


Text Example

White with #B60285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60285; }

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

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

background-color css

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

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

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

border-color css

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

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

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