Html Css Color HEX #B50883 Medium Violet Red

📋 copy color: '#B50883'

red 181 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #B50883

Tints of Medium Violet Red #B50883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

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

R = 56.56%
G = 2.5%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50883 (or 0xB50883) is known color: Medium Violet Red. HEX triplet: B5, 08 and 83. RGB value is (181,8,131). Sum of RGB (Red+Green+Blue) = 181+8+131=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B50883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50883 is #4AF77C. Grayscale: #494949. Windows color (decimal): -4913021 or 8587445. OLE color: 8587445.

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

Color convert

RGB 181 8 131 -
CMYK 0 0.96 0.28 0.29
HSL 317.34º 0.92% 0.37% -
HSV(B) 317.34º 0.96% 0.71% -
XYZ 23.24 11.64 22.49 -
YUV 73.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 181 8 131 0 0.96 0.28 0.29 317.34 0.92 0.37
Hex B5 8 83 0 60 1C 1D 13D 5C 25
Octal 265 10 203 0 140 34 35 475 134 45
Binary 10110101 1000 10000011 0 1100000 11100 11101 100111101 1011100 100101

Color Harmonies of #B50883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50883

Black with #B50883

Text Example


Text Example

White with #B50883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50883; }

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

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

background-color css

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

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

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

border-color css

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

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

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