Html Css Color HEX #B50277 Medium Violet Red

📋 copy color: '#B50277'

red 181 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #B50277

Tints of Medium Violet Red #B50277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 59.93%
G = 0.66%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50277 (or 0xB50277) is known color: Medium Violet Red. HEX triplet: B5, 02 and 77. RGB value is (181,2,119). Sum of RGB (Red+Green+Blue) = 181+2+119=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50277 is #4AFD88. Grayscale: #444444. Windows color (decimal): -4914569 or 7799477. OLE color: 7799477.

HSL color Cylindrical-coordinate representation of color #B50277: hue angle of 320.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50277 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 119 -
CMYK 0 0.99 0.34 0.29
HSL 320.78º 0.98% 0.36% -
HSV(B) 320.78º 0.99% 0.71% -
XYZ 22.41 11.2 18.43 -
YUV 68.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 181 2 119 0 0.99 0.34 0.29 320.78 0.98 0.36
Hex B5 2 77 0 63 22 1D 141 62 24
Octal 265 2 167 0 143 42 35 501 142 44
Binary 10110101 10 1110111 0 1100011 100010 11101 101000001 1100010 100100

Color Harmonies of #B50277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50277

Black with #B50277

Text Example


Text Example

White with #B50277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50277; }

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

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

background-color css

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

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

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

border-color css

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

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

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