#B227A9

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

Shades of Medium Red Violet #B227A9

Tints of Medium Red Violet #B227A9

Color information

#B227A9 (or 0xB227A9) is unknown color: approx Medium Red Violet. HEX triplet: B2, 27 and A9. RGB value is (178,39,169). Sum of RGB (Red+Green+Blue) = 178+39+169=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B227A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227A9 is #4DD856. Grayscale: #5F5F5F. Windows color (decimal): -5101655 or 11085746. OLE color: 11085746.

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

Color convert

RGB17839169-
CMYK00.780.050.30
HSL303.88º64.06%42.55%-
HSV(B)303.88º78.09%69.8%-
XYZ26.2513.7838.81-
YUV95.38169.55186.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 169 (66.41% from 255) = 43.78%
R=46.11%
G=10.10%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783916900.780.050.30303.8864.0642.55
HexB227A904E51E130402b
Octal26247251011653646010053
Binary101100101001111010100101001110101111101001100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227A9; }

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

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

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

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

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

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

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

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