#B227A8

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

Shades of Medium Red Violet #B227A8

Tints of Medium Red Violet #B227A8

Color information

#B227A8 (or 0xB227A8) is unknown color: approx Medium Red Violet. HEX triplet: B2, 27 and A8. RGB value is (178,39,168). Sum of RGB (Red+Green+Blue) = 178+39+168=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B227A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227A8 is #4DD857. Grayscale: #5E5E5E. Windows color (decimal): -5101656 or 11020210. OLE color: 11020210.

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

Color convert

RGB17839168-
CMYK00.780.060.30
HSL304.32º64.06%42.55%-
HSV(B)304.32º78.09%69.8%-
XYZ26.1513.7438.32-
YUV95.27169.05187.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 168 (66.02% from 255) = 43.64%
R=46.23%
G=10.13%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783916800.780.060.30304.3264.0642.55
HexB227A804E61E130402b
Octal26247250011663646010053
Binary101100101001111010100001001110110111101001100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227A8; }

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

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

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

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

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

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

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

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