Html Css Color HEX #B5208C Medium Red Violet

📋 copy color: '#B5208C'

red 181 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #B5208C

Tints of Medium Red Violet #B5208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 51.27%
G = 9.07%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5208C (or 0xB5208C) is known color: Medium Red Violet. HEX triplet: B5, 20 and 8C. RGB value is (181,32,140). Sum of RGB (Red+Green+Blue) = 181+32+140=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5208C is #4ADF73. Grayscale: #585858. Windows color (decimal): -4906868 or 9183413. OLE color: 9183413.

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

Color convert

RGB 181 32 140 -
CMYK 0 0.82 0.23 0.29
HSL 316.51º 0.7% 0.42% -
HSV(B) 316.51º 0.82% 0.71% -
XYZ 24.31 12.75 25.99 -
YUV 88.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 181 32 140 0 0.82 0.23 0.29 316.51 0.7 0.42
Hex B5 20 8C 0 52 17 1D 13D 46 2A
Octal 265 40 214 0 122 27 35 475 106 52
Binary 10110101 100000 10001100 0 1010010 10111 11101 100111101 1000110 101010

Color Harmonies of #B5208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5208C

Black with #B5208C

Text Example


Text Example

White with #B5208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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