Html Css Color HEX #B50696 Medium Violet Red

📋 copy color: '#B50696'

red 181 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #B50696

Tints of Medium Violet Red #B50696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 53.71%
G = 1.78%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B50696 (or 0xB50696) is known color: Medium Violet Red. HEX triplet: B5, 06 and 96. RGB value is (181,6,150). Sum of RGB (Red+Green+Blue) = 181+6+150=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B50696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50696 is #4AF969. Grayscale: #4A4A4A. Windows color (decimal): -4913514 or 9832117. OLE color: 9832117.

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

Color convert

RGB 181 6 150 -
CMYK 0 0.97 0.17 0.29
HSL 310.63º 0.94% 0.37% -
HSV(B) 310.63º 0.97% 0.71% -
XYZ 24.63 12.16 29.9 -
YUV 74.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 181 6 150 0 0.97 0.17 0.29 310.63 0.94 0.37
Hex B5 6 96 0 61 11 1D 137 5E 25
Octal 265 6 226 0 141 21 35 467 136 45
Binary 10110101 110 10010110 0 1100001 10001 11101 100110111 1011110 100101

Color Harmonies of #B50696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50696

Black with #B50696

Text Example


Text Example

White with #B50696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50696; }

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

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

background-color css

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

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

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

border-color css

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

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

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