Html Css Color HEX #B50194 Medium Violet Red

📋 copy color: '#B50194'

red 181 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #B50194

Tints of Medium Violet Red #B50194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 54.85%
G = 0.3%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50194 (or 0xB50194) is known color: Medium Violet Red. HEX triplet: B5, 01 and 94. RGB value is (181,1,148). Sum of RGB (Red+Green+Blue) = 181+1+148=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B50194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50194 is #4AFE6B. Grayscale: #474747. Windows color (decimal): -4914796 or 9699765. OLE color: 9699765.

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

Color convert

RGB 181 1 148 -
CMYK 0 0.99 0.18 0.29
HSL 311º 0.99% 0.36% -
HSV(B) 311º 0.99% 0.71% -
XYZ 24.41 11.98 29.04 -
YUV 71.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 181 1 148 0 0.99 0.18 0.29 311 0.99 0.36
Hex B5 1 94 0 63 12 1D 137 63 24
Octal 265 1 224 0 143 22 35 467 143 44
Binary 10110101 1 10010100 0 1100011 10010 11101 100110111 1100011 100100

Color Harmonies of #B50194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50194

Black with #B50194

Text Example


Text Example

White with #B50194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50194; }

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

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

background-color css

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

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

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

border-color css

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

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

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