Html Css Color HEX #B50B9A Medium Violet Red

📋 copy color: '#B50B9A'

red 181 ◦ green 11 ◦ blue 154

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

Shades of Medium Violet Red #B50B9A

Tints of Medium Violet Red #B50B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 52.31%
G = 3.18%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B50B9A (or 0xB50B9A) is known color: Medium Violet Red. HEX triplet: B5, 0B and 9A. RGB value is (181,11,154). Sum of RGB (Red+Green+Blue) = 181+11+154=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50B9A is #4AF465. Grayscale: #4D4D4D. Windows color (decimal): -4912230 or 10095541. OLE color: 10095541.

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

Color convert

RGB 181 11 154 -
CMYK 0 0.94 0.15 0.29
HSL 309.53º 0.89% 0.38% -
HSV(B) 309.53º 0.94% 0.71% -
XYZ 25.01 12.4 31.65 -
YUV 78.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 181 11 154 0 0.94 0.15 0.29 309.53 0.89 0.38
Hex B5 B 9A 0 5E F 1D 136 59 26
Octal 265 13 232 0 136 17 35 466 131 46
Binary 10110101 1011 10011010 0 1011110 1111 11101 100110110 1011001 100110

Color Harmonies of #B50B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B9A

Black with #B50B9A

Text Example


Text Example

White with #B50B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B9A; }

 p { color: rgb(181,11,154); }

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

background-color css

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

 a { background-color: rgb(181,11,154); }

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

border-color css

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

 span { border-color: rgb(181,11,154); }

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