Html Css Color HEX #B0208D Medium Red Violet

📋 copy color: '#B0208D'

red 176 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #B0208D

Tints of Medium Red Violet #B0208D

RGB

 RED value IS 176 (69.14% from 255) = 50.43%

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

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

R = 50.43%
G = 9.17%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0208D (or 0xB0208D) is known color: Medium Red Violet. HEX triplet: B0, 20 and 8D. RGB value is (176,32,141). Sum of RGB (Red+Green+Blue) = 176+32+141=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0208D is #4FDF72. Grayscale: #575757. Windows color (decimal): -5234547 or 9248944. OLE color: 9248944.

HSL color Cylindrical-coordinate representation of color #B0208D: hue angle of 314.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0208D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 141 -
CMYK 0 0.82 0.20 0.31
HSL 314.58º 0.69% 0.41% -
HSV(B) 314.58º 0.82% 0.69% -
XYZ 23.23 12.19 26.33 -
YUV 87.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 176 32 141 0 0.82 0.20 0.31 314.58 0.69 0.41
Hex B0 20 8D 0 52 14 1F 13B 45 29
Octal 260 40 215 0 122 24 37 473 105 51
Binary 10110000 100000 10001101 0 1010010 10100 11111 100111011 1000101 101001

Color Harmonies of #B0208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0208D

Black with #B0208D

Text Example


Text Example

White with #B0208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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