Html Css Color HEX #B50677 Medium Violet Red

📋 copy color: '#B50677'

red 181 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #B50677

Tints of Medium Violet Red #B50677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 59.15%
G = 1.96%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50677 (or 0xB50677) is known color: Medium Violet Red. HEX triplet: B5, 06 and 77. RGB value is (181,6,119). Sum of RGB (Red+Green+Blue) = 181+6+119=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B50677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50677 is #4AF988. Grayscale: #464646. Windows color (decimal): -4913545 or 7800501. OLE color: 7800501.

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

Color convert

RGB 181 6 119 -
CMYK 0 0.97 0.34 0.29
HSL 321.26º 0.94% 0.37% -
HSV(B) 321.26º 0.97% 0.71% -
XYZ 22.45 11.29 18.45 -
YUV 71.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 181 6 119 0 0.97 0.34 0.29 321.26 0.94 0.37
Hex B5 6 77 0 61 22 1D 141 5E 25
Octal 265 6 167 0 141 42 35 501 136 45
Binary 10110101 110 1110111 0 1100001 100010 11101 101000001 1011110 100101

Color Harmonies of #B50677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50677

Black with #B50677

Text Example


Text Example

White with #B50677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50677; }

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

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

background-color css

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

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

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

border-color css

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

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

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