Html Css Color HEX #B5208D Medium Red Violet

📋 copy color: '#B5208D'

red 181 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #B5208D

Tints of Medium Red Violet #B5208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 51.13%
G = 9.04%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5208D (or 0xB5208D) is known color: Medium Red Violet. HEX triplet: B5, 20 and 8D. RGB value is (181,32,141). Sum of RGB (Red+Green+Blue) = 181+32+141=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5208D is #4ADF72. Grayscale: #585858. Windows color (decimal): -4906867 or 9248949. OLE color: 9248949.

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

Color convert

RGB 181 32 141 -
CMYK 0 0.82 0.22 0.29
HSL 316.11º 0.7% 0.42% -
HSV(B) 316.11º 0.82% 0.71% -
XYZ 24.38 12.78 26.38 -
YUV 88.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 181 32 141 0 0.82 0.22 0.29 316.11 0.7 0.42
Hex B5 20 8D 0 52 16 1D 13C 46 2A
Octal 265 40 215 0 122 26 35 474 106 52
Binary 10110101 100000 10001101 0 1010010 10110 11101 100111100 1000110 101010

Color Harmonies of #B5208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5208D

Black with #B5208D

Text Example


Text Example

White with #B5208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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