Html Css Color HEX #B50183 Medium Violet Red

📋 copy color: '#B50183'

red 181 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #B50183

Tints of Medium Violet Red #B50183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 57.83%
G = 0.32%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50183 (or 0xB50183) is known color: Medium Violet Red. HEX triplet: B5, 01 and 83. RGB value is (181,1,131). Sum of RGB (Red+Green+Blue) = 181+1+131=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B50183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50183 is #4AFE7C. Grayscale: #454545. Windows color (decimal): -4914813 or 8585653. OLE color: 8585653.

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

Color convert

RGB 181 1 131 -
CMYK 0 0.99 0.28 0.29
HSL 316.67º 0.99% 0.36% -
HSV(B) 316.67º 0.99% 0.71% -
XYZ 23.16 11.48 22.47 -
YUV 69.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 181 1 131 0 0.99 0.28 0.29 316.67 0.99 0.36
Hex B5 1 83 0 63 1C 1D 13D 63 24
Octal 265 1 203 0 143 34 35 475 143 44
Binary 10110101 1 10000011 0 1100011 11100 11101 100111101 1100011 100100

Color Harmonies of #B50183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50183

Black with #B50183

Text Example


Text Example

White with #B50183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50183; }

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

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

background-color css

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

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

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

border-color css

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

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

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