#B223A8

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

Shades of Medium Red Violet #B223A8

Tints of Medium Red Violet #B223A8

Color information

#B223A8 (or 0xB223A8) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and A8. RGB value is (178,35,168). Sum of RGB (Red+Green+Blue) = 178+35+168=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A8 is #4DDC57. Grayscale: #5C5C5C. Windows color (decimal): -5102680 or 11019186. OLE color: 11019186.

HSL color Cylindrical-coordinate representation of color #B223A8: hue angle of 304.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B223A8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17835168-
CMYK00.800.060.30
HSL304.2º67.14%41.76%-
HSV(B)304.2º80.34%69.8%-
XYZ26.0313.4938.28-
YUV92.92170.38188.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 35 (14.06% from 255) = 9.19%
BLUE value IS 168 (66.02% from 255) = 44.09%
R=46.72%
G=9.19%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783516800.800.060.30304.267.1441.76
HexB223A805061E130432a
Octal26243250012063646010352
Binary101100101000111010100001010000110111101001100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B223A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B223A8; }

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

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

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

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

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

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

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

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