Html Css Color HEX #B5209D Medium Violet Red

📋 copy color: '#B5209D'

red 181 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #B5209D

Tints of Medium Violet Red #B5209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 48.92%
G = 8.65%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5209D (or 0xB5209D) is known color: Medium Violet Red. HEX triplet: B5, 20 and 9D. RGB value is (181,32,157). Sum of RGB (Red+Green+Blue) = 181+32+157=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5209D is #4ADF62. Grayscale: #5A5A5A. Windows color (decimal): -4906851 or 10297525. OLE color: 10297525.

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

Color convert

RGB 181 32 157 -
CMYK 0 0.82 0.13 0.29
HSL 309.66º 0.7% 0.42% -
HSV(B) 309.66º 0.82% 0.71% -
XYZ 25.66 13.29 33.11 -
YUV 90.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 181 32 157 0 0.82 0.13 0.29 309.66 0.7 0.42
Hex B5 20 9D 0 52 D 1D 136 46 2A
Octal 265 40 235 0 122 15 35 466 106 52
Binary 10110101 100000 10011101 0 1010010 1101 11101 100110110 1000110 101010

Color Harmonies of #B5209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5209D

Black with #B5209D

Text Example


Text Example

White with #B5209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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