Html Css Color HEX #B50694 Medium Violet Red

📋 copy color: '#B50694'

red 181 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #B50694

Tints of Medium Violet Red #B50694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 54.03%
G = 1.79%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50694 (or 0xB50694) is known color: Medium Violet Red. HEX triplet: B5, 06 and 94. RGB value is (181,6,148). Sum of RGB (Red+Green+Blue) = 181+6+148=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B50694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50694 is #4AF96B. Grayscale: #4A4A4A. Windows color (decimal): -4913516 or 9701045. OLE color: 9701045.

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

Color convert

RGB 181 6 148 -
CMYK 0 0.97 0.18 0.29
HSL 311.31º 0.94% 0.37% -
HSV(B) 311.31º 0.97% 0.71% -
XYZ 24.47 12.09 29.06 -
YUV 74.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 181 6 148 0 0.97 0.18 0.29 311.31 0.94 0.37
Hex B5 6 94 0 61 12 1D 137 5E 25
Octal 265 6 224 0 141 22 35 467 136 45
Binary 10110101 110 10010100 0 1100001 10010 11101 100110111 1011110 100101

Color Harmonies of #B50694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50694

Black with #B50694

Text Example


Text Example

White with #B50694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50694; }

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

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

background-color css

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

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

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

border-color css

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

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

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