Html Css Color HEX #B2209D Medium Red Violet

📋 copy color: '#B2209D'

red 178 ◦ green 32 ◦ blue 157

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

Shades of Medium Red Violet #B2209D

Tints of Medium Red Violet #B2209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 48.5%
G = 8.72%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2209D (or 0xB2209D) is known color: Medium Red Violet. HEX triplet: B2, 20 and 9D. RGB value is (178,32,157). Sum of RGB (Red+Green+Blue) = 178+32+157=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2209D is #4DDF62. Grayscale: #595959. Windows color (decimal): -5103459 or 10297522. OLE color: 10297522.

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

Color convert

RGB 178 32 157 -
CMYK 0 0.82 0.12 0.30
HSL 308.63º 0.7% 0.41% -
HSV(B) 308.63º 0.82% 0.7% -
XYZ 24.96 12.93 33.08 -
YUV 89.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 178 32 157 0 0.82 0.12 0.30 308.63 0.7 0.41
Hex B2 20 9D 0 52 C 1E 135 46 29
Octal 262 40 235 0 122 14 36 465 106 51
Binary 10110010 100000 10011101 0 1010010 1100 11110 100110101 1000110 101001

Color Harmonies of #B2209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2209D

Black with #B2209D

Text Example


Text Example

White with #B2209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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