Html Css Color HEX #B60299 Medium Violet Red

📋 copy color: '#B60299'

red 182 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #B60299

Tints of Medium Violet Red #B60299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 54.01%
G = 0.59%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B60299 (or 0xB60299) is known color: Medium Violet Red. HEX triplet: B6, 02 and 99. RGB value is (182,2,153). Sum of RGB (Red+Green+Blue) = 182+2+153=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B60299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60299 is #49FD66. Grayscale: #484848. Windows color (decimal): -4848999 or 10027702. OLE color: 10027702.

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

Color convert

RGB 182 2 153 -
CMYK 0 0.99 0.16 0.29
HSL 309.67º 0.98% 0.36% -
HSV(B) 309.67º 0.99% 0.71% -
XYZ 25.06 12.29 31.19 -
YUV 73.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 182 2 153 0 0.99 0.16 0.29 309.67 0.98 0.36
Hex B6 2 99 0 63 10 1D 136 62 24
Octal 266 2 231 0 143 20 35 466 142 44
Binary 10110110 10 10011001 0 1100011 10000 11101 100110110 1100010 100100

Color Harmonies of #B60299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60299

Black with #B60299

Text Example


Text Example

White with #B60299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60299; }

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

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

background-color css

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

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

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

border-color css

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

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

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