Html Css Color HEX #B5209F Medium Violet Red

📋 copy color: '#B5209F'

red 181 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #B5209F

Tints of Medium Violet Red #B5209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 48.66%
G = 8.6%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5209F (or 0xB5209F) is known color: Medium Violet Red. HEX triplet: B5, 20 and 9F. RGB value is (181,32,159). Sum of RGB (Red+Green+Blue) = 181+32+159=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5209F is #4ADF60. Grayscale: #5A5A5A. Windows color (decimal): -4906849 or 10428597. OLE color: 10428597.

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

Color convert

RGB 181 32 159 -
CMYK 0 0.82 0.12 0.29
HSL 308.86º 0.7% 0.42% -
HSV(B) 308.86º 0.82% 0.71% -
XYZ 25.83 13.36 34.02 -
YUV 91.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 181 32 159 0 0.82 0.12 0.29 308.86 0.7 0.42
Hex B5 20 9F 0 52 C 1D 135 46 2A
Octal 265 40 237 0 122 14 35 465 106 52
Binary 10110101 100000 10011111 0 1010010 1100 11101 100110101 1000110 101010

Color Harmonies of #B5209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5209F

Black with #B5209F

Text Example


Text Example

White with #B5209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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