Html Css Color HEX #B50195 Medium Violet Red

📋 copy color: '#B50195'

red 181 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #B50195

Tints of Medium Violet Red #B50195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 54.68%
G = 0.3%
B = 45.02%

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

#B50195 (or 0xB50195) is known color: Medium Violet Red. HEX triplet: B5, 01 and 95. RGB value is (181,1,149). Sum of RGB (Red+Green+Blue) = 181+1+149=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50195 is #4AFE6A. Grayscale: #474747. Windows color (decimal): -4914795 or 9765301. OLE color: 9765301.

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

Color convert

RGB 181 1 149 -
CMYK 0 0.99 0.18 0.29
HSL 310.67º 0.99% 0.36% -
HSV(B) 310.67º 0.99% 0.71% -
XYZ 24.49 12.02 29.46 -
YUV 71.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 181 1 149 0 0.99 0.18 0.29 310.67 0.99 0.36
Hex B5 1 95 0 63 12 1D 137 63 24
Octal 265 1 225 0 143 22 35 467 143 44
Binary 10110101 1 10010101 0 1100011 10010 11101 100110111 1100011 100100

Color Harmonies of #B50195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50195

Black with #B50195

Text Example


Text Example

White with #B50195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50195; }

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

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

background-color css

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

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

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

border-color css

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

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

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