Html Css Color HEX #B50091 Medium Violet Red

📋 copy color: '#B50091'

red 181 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #B50091

Tints of Medium Violet Red #B50091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 55.52%
G = 0%
B = 44.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50091 (or 0xB50091) is known color: Medium Violet Red. HEX triplet: B5, 00 and 91. RGB value is (181,0,145). Sum of RGB (Red+Green+Blue) = 181+0+145=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B50091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50091 is #4AFF6E. Grayscale: #464646. Windows color (decimal): -4915055 or 9502901. OLE color: 9502901.

HSL color Cylindrical-coordinate representation of color #B50091: hue angle of 311.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50091 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 145 -
CMYK 0 1 0.20 0.29
HSL 311.93º 1% 0.35% -
HSV(B) 311.93º 1% 0.71% -
XYZ 24.17 11.87 27.81 -
YUV 70.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 181 0 145 0 1 0.20 0.29 311.93 1 0.35
Hex B5 0 91 0 64 14 1D 138 64 23
Octal 265 0 221 0 144 24 35 470 144 43
Binary 10110101 0 10010001 0 1100100 10100 11101 100111000 1100100 100011

Color Harmonies of #B50091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50091

Black with #B50091

Text Example


Text Example

White with #B50091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50091; }

 p { color: rgb(181,0,145); }

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

background-color css

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

 a { background-color: rgb(181,0,145); }

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

border-color css

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

 span { border-color: rgb(181,0,145); }

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