Html Css Color HEX #B50682 Medium Violet Red

📋 copy color: '#B50682'

red 181 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #B50682

Tints of Medium Violet Red #B50682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

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

R = 57.1%
G = 1.89%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B50682 (or 0xB50682) is known color: Medium Violet Red. HEX triplet: B5, 06 and 82. RGB value is (181,6,130). Sum of RGB (Red+Green+Blue) = 181+6+130=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50682 is #4AF97D. Grayscale: #484848. Windows color (decimal): -4913534 or 8521397. OLE color: 8521397.

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

Color convert

RGB 181 6 130 -
CMYK 0 0.97 0.28 0.29
HSL 317.49º 0.94% 0.37% -
HSV(B) 317.49º 0.97% 0.71% -
XYZ 23.15 11.57 22.13 -
YUV 72.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 181 6 130 0 0.97 0.28 0.29 317.49 0.94 0.37
Hex B5 6 82 0 61 1C 1D 13D 5E 25
Octal 265 6 202 0 141 34 35 475 136 45
Binary 10110101 110 10000010 0 1100001 11100 11101 100111101 1011110 100101

Color Harmonies of #B50682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50682

Black with #B50682

Text Example


Text Example

White with #B50682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50682; }

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

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

background-color css

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

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

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

border-color css

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

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

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