Html Css Color HEX #B0209C Medium Red Violet

📋 copy color: '#B0209C'

red 176 ◦ green 32 ◦ blue 156

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

Shades of Medium Red Violet #B0209C

Tints of Medium Red Violet #B0209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 48.35%
G = 8.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0209C (or 0xB0209C) is known color: Medium Red Violet. HEX triplet: B0, 20 and 9C. RGB value is (176,32,156). Sum of RGB (Red+Green+Blue) = 176+32+156=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0209C is #4FDF63. Grayscale: #585858. Windows color (decimal): -5234532 or 10231984. OLE color: 10231984.

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

Color convert

RGB 176 32 156 -
CMYK 0 0.82 0.11 0.31
HSL 308.33º 0.69% 0.41% -
HSV(B) 308.33º 0.82% 0.69% -
XYZ 24.42 12.66 32.61 -
YUV 89.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 176 32 156 0 0.82 0.11 0.31 308.33 0.69 0.41
Hex B0 20 9C 0 52 B 1F 134 45 29
Octal 260 40 234 0 122 13 37 464 105 51
Binary 10110000 100000 10011100 0 1010010 1011 11111 100110100 1000101 101001

Color Harmonies of #B0209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0209C

Black with #B0209C

Text Example


Text Example

White with #B0209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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