Html Css Color HEX #B50881 Medium Violet Red

📋 copy color: '#B50881'

red 181 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #B50881

Tints of Medium Violet Red #B50881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 56.92%
G = 2.52%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B50881 (or 0xB50881) is known color: Medium Violet Red. HEX triplet: B5, 08 and 81. RGB value is (181,8,129). Sum of RGB (Red+Green+Blue) = 181+8+129=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B50881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50881 is #4AF77E. Grayscale: #494949. Windows color (decimal): -4913023 or 8456373. OLE color: 8456373.

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

Color convert

RGB 181 8 129 -
CMYK 0 0.96 0.29 0.29
HSL 318.03º 0.92% 0.37% -
HSV(B) 318.03º 0.96% 0.71% -
XYZ 23.11 11.58 21.79 -
YUV 73.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 181 8 129 0 0.96 0.29 0.29 318.03 0.92 0.37
Hex B5 8 81 0 60 1D 1D 13E 5C 25
Octal 265 10 201 0 140 35 35 476 134 45
Binary 10110101 1000 10000001 0 1100000 11101 11101 100111110 1011100 100101

Color Harmonies of #B50881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50881

Black with #B50881

Text Example


Text Example

White with #B50881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50881; }

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

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

background-color css

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

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

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

border-color css

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

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

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