Html Css Color HEX #B50083 Medium Violet Red

📋 copy color: '#B50083'

red 181 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B50083

Tints of Medium Violet Red #B50083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.01%
G = 0%
B = 41.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50083 (or 0xB50083) is known color: Medium Violet Red. HEX triplet: B5, 00 and 83. RGB value is (181,0,131). Sum of RGB (Red+Green+Blue) = 181+0+131=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B50083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50083 is #4AFF7C. Grayscale: #444444. Windows color (decimal): -4915069 or 8585397. OLE color: 8585397.

HSL color Cylindrical-coordinate representation of color #B50083: hue angle of 316.57º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50083 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 131 -
CMYK 0 1 0.28 0.29
HSL 316.57º 1% 0.35% -
HSV(B) 316.57º 1% 0.71% -
XYZ 23.15 11.46 22.46 -
YUV 69.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 181 0 131 0 1 0.28 0.29 316.57 1 0.35
Hex B5 0 83 0 64 1C 1D 13D 64 23
Octal 265 0 203 0 144 34 35 475 144 43
Binary 10110101 0 10000011 0 1100100 11100 11101 100111101 1100100 100011

Color Harmonies of #B50083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50083

Black with #B50083

Text Example


Text Example

White with #B50083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50083; }

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

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

background-color css

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

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

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

border-color css

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

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

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