Html Css Color HEX #B2208D Medium Red Violet

📋 copy color: '#B2208D'

red 178 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #B2208D

Tints of Medium Red Violet #B2208D

RGB

 RED value IS 178 (69.92% from 255) = 50.71%

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

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

R = 50.71%
G = 9.12%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2208D (or 0xB2208D) is known color: Medium Red Violet. HEX triplet: B2, 20 and 8D. RGB value is (178,32,141). Sum of RGB (Red+Green+Blue) = 178+32+141=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2208D is #4DDF72. Grayscale: #575757. Windows color (decimal): -5103475 or 9248946. OLE color: 9248946.

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

Color convert

RGB 178 32 141 -
CMYK 0 0.82 0.21 0.30
HSL 315.21º 0.7% 0.41% -
HSV(B) 315.21º 0.82% 0.7% -
XYZ 23.68 12.42 26.35 -
YUV 88.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 178 32 141 0 0.82 0.21 0.30 315.21 0.7 0.41
Hex B2 20 8D 0 52 15 1E 13B 46 29
Octal 262 40 215 0 122 25 36 473 106 51
Binary 10110010 100000 10001101 0 1010010 10101 11110 100111011 1000110 101001

Color Harmonies of #B2208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2208D

Black with #B2208D

Text Example


Text Example

White with #B2208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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