#B223AC

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

Shades of Medium Red Violet #B223AC

Tints of Medium Red Violet #B223AC

Color information

#B223AC (or 0xB223AC) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and AC. RGB value is (178,35,172). Sum of RGB (Red+Green+Blue) = 178+35+172=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AC is #4DDC53. Grayscale: #5C5C5C. Windows color (decimal): -5102676 or 11281330. OLE color: 11281330.

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

Color convert

RGB17835172-
CMYK00.800.030.30
HSL302.52º67.14%41.76%-
HSV(B)302.52º80.34%69.8%-
XYZ26.4113.6540.27-
YUV93.38172.38188.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 35 (14.06% from 255) = 9.09%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=46.23%
G=9.09%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783517200.800.030.30302.5267.1441.76
HexB223AC05031E12f432a
Octal26243254012033645710352
Binary10110010100011101011000101000011111101001011111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B223AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B223AC; }

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

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

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

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

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

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

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

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