Html Css Color HEX #B50295 Medium Violet Red

📋 copy color: '#B50295'

red 181 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #B50295

Tints of Medium Violet Red #B50295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 54.52%
G = 0.6%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50295 (or 0xB50295) is known color: Medium Violet Red. HEX triplet: B5, 02 and 95. RGB value is (181,2,149). Sum of RGB (Red+Green+Blue) = 181+2+149=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B50295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50295 is #4AFD6A. Grayscale: #474747. Windows color (decimal): -4914539 or 9765557. OLE color: 9765557.

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

Color convert

RGB 181 2 149 -
CMYK 0 0.99 0.18 0.29
HSL 310.73º 0.98% 0.36% -
HSV(B) 310.73º 0.99% 0.71% -
XYZ 24.5 12.04 29.47 -
YUV 72.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 181 2 149 0 0.99 0.18 0.29 310.73 0.98 0.36
Hex B5 2 95 0 63 12 1D 137 62 24
Octal 265 2 225 0 143 22 35 467 142 44
Binary 10110101 10 10010101 0 1100011 10010 11101 100110111 1100010 100100

Color Harmonies of #B50295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50295

Black with #B50295

Text Example


Text Example

White with #B50295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50295; }

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

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

background-color css

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

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

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

border-color css

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

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

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