Html Css Color HEX #B50699 Medium Violet Red

📋 copy color: '#B50699'

red 181 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #B50699

Tints of Medium Violet Red #B50699

RGB

 RED value IS 181 (71.09% from 255) = 53.24%

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 53.24%
G = 1.76%
B = 45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50699 (or 0xB50699) is known color: Medium Violet Red. HEX triplet: B5, 06 and 99. RGB value is (181,6,153). Sum of RGB (Red+Green+Blue) = 181+6+153=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B50699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50699 is #4AF966. Grayscale: #4A4A4A. Windows color (decimal): -4913511 or 10028725. OLE color: 10028725.

HSL color Cylindrical-coordinate representation of color #B50699: hue angle of 309.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50699 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 153 -
CMYK 0 0.97 0.15 0.29
HSL 309.6º 0.94% 0.37% -
HSV(B) 309.6º 0.97% 0.71% -
XYZ 24.87 12.25 31.19 -
YUV 75.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 181 6 153 0 0.97 0.15 0.29 309.6 0.94 0.37
Hex B5 6 99 0 61 F 1D 136 5E 25
Octal 265 6 231 0 141 17 35 466 136 45
Binary 10110101 110 10011001 0 1100001 1111 11101 100110110 1011110 100101

Color Harmonies of #B50699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50699

Black with #B50699

Text Example


Text Example

White with #B50699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50699; }

 p { color: rgb(181,6,153); }

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

background-color css

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

 a { background-color: rgb(181,6,153); }

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

border-color css

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

 span { border-color: rgb(181,6,153); }

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