Html Css Color HEX #B50394 Medium Violet Red

📋 copy color: '#B50394'

red 181 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #B50394

Tints of Medium Violet Red #B50394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 54.52%
G = 0.9%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50394 (or 0xB50394) is known color: Medium Violet Red. HEX triplet: B5, 03 and 94. RGB value is (181,3,148). Sum of RGB (Red+Green+Blue) = 181+3+148=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B50394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50394 is #4AFC6B. Grayscale: #484848. Windows color (decimal): -4914284 or 9700277. OLE color: 9700277.

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

Color convert

RGB 181 3 148 -
CMYK 0 0.98 0.18 0.29
HSL 311.12º 0.97% 0.36% -
HSV(B) 311.12º 0.98% 0.71% -
XYZ 24.43 12.03 29.05 -
YUV 72.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 181 3 148 0 0.98 0.18 0.29 311.12 0.97 0.36
Hex B5 3 94 0 62 12 1D 137 61 24
Octal 265 3 224 0 142 22 35 467 141 44
Binary 10110101 11 10010100 0 1100010 10010 11101 100110111 1100001 100100

Color Harmonies of #B50394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50394

Black with #B50394

Text Example


Text Example

White with #B50394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50394; }

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

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

background-color css

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

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

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

border-color css

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

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

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