Html Css Color HEX #B5209A Medium Violet Red

📋 copy color: '#B5209A'

red 181 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #B5209A

Tints of Medium Violet Red #B5209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 49.32%
G = 8.72%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5209A (or 0xB5209A) is known color: Medium Violet Red. HEX triplet: B5, 20 and 9A. RGB value is (181,32,154). Sum of RGB (Red+Green+Blue) = 181+32+154=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5209A is #4ADF65. Grayscale: #5A5A5A. Windows color (decimal): -4906854 or 10100917. OLE color: 10100917.

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

Color convert

RGB 181 32 154 -
CMYK 0 0.82 0.15 0.29
HSL 310.87º 0.7% 0.42% -
HSV(B) 310.87º 0.82% 0.71% -
XYZ 25.41 13.19 31.78 -
YUV 90.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 181 32 154 0 0.82 0.15 0.29 310.87 0.7 0.42
Hex B5 20 9A 0 52 F 1D 137 46 2A
Octal 265 40 232 0 122 17 35 467 106 52
Binary 10110101 100000 10011010 0 1010010 1111 11101 100110111 1000110 101010

Color Harmonies of #B5209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5209A

Black with #B5209A

Text Example


Text Example

White with #B5209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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