Html Css Color HEX #B50882 Medium Violet Red

📋 copy color: '#B50882'

red 181 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #B50882

Tints of Medium Violet Red #B50882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 56.74%
G = 2.51%
B = 40.75%

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

#B50882 (or 0xB50882) is known color: Medium Violet Red. HEX triplet: B5, 08 and 82. RGB value is (181,8,130). Sum of RGB (Red+Green+Blue) = 181+8+130=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B50882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50882 is #4AF77D. Grayscale: #494949. Windows color (decimal): -4913022 or 8521909. OLE color: 8521909.

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

Color convert

RGB 181 8 130 -
CMYK 0 0.96 0.28 0.29
HSL 317.69º 0.92% 0.37% -
HSV(B) 317.69º 0.96% 0.71% -
XYZ 23.17 11.61 22.14 -
YUV 73.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 181 8 130 0 0.96 0.28 0.29 317.69 0.92 0.37
Hex B5 8 82 0 60 1C 1D 13E 5C 25
Octal 265 10 202 0 140 34 35 476 134 45
Binary 10110101 1000 10000010 0 1100000 11100 11101 100111110 1011100 100101

Color Harmonies of #B50882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50882

Black with #B50882

Text Example


Text Example

White with #B50882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50882; }

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

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

background-color css

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

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

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

border-color css

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

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

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