#b2279a

Color #B2279A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B2279A

Tints of Medium Red Violet #B2279A

Color information

#B2279A (or 0xB2279A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 27 and 9A. RGB value is (178,39,154). Sum of RGB (Red+Green+Blue) = 178+39+154=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2279A is #4DD865. Grayscale: #5D5D5D. Windows color (decimal): -5101670 or 10102706. OLE color: 10102706.

HSL color Cylindrical-coordinate representation of color #B2279A: hue angle of 310.36º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2279A is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17839154-
CMYK00.780.130.30
HSL310.36º64.06%42.55%-
HSV(B)310.36º78.09%69.8%-
XYZ24.9213.2531.82-
YUV93.67162.05188.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=47.98%
G=10.51%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783915400.780.130.30310.3664.0642.55
HexB2279A04ED1E136402b
Octal262472320116153646610053
Binary1011001010011110011010010011101101111101001101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2279a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2279a; }

 p { color: rgb(178,39,154); }

 H1.HeaderClassName
 {
   color: #b2279a;
 }
 .AnyTagClassName
 {
   color: #b2279a;
 }
</style>
background-color css

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

 a { background-color: rgb(178,39,154); }

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

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

 span { border-color: rgb(178,39,154); }

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