#B223A4

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

Shades of Medium Red Violet #B223A4

Tints of Medium Red Violet #B223A4

Color information

#B223A4 (or 0xB223A4) is unknown color: approx Medium Red Violet. HEX triplet: B2, 23 and A4. RGB value is (178,35,164). Sum of RGB (Red+Green+Blue) = 178+35+164=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A4 is #4DDC5B. Grayscale: #5C5C5C. Windows color (decimal): -5102684 or 10757042. OLE color: 10757042.

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

Color convert

RGB17835164-
CMYK00.800.080.30
HSL305.87º67.14%41.76%-
HSV(B)305.87º80.34%69.8%-
XYZ25.6613.3536.35-
YUV92.46168.38189.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=47.21%
G=9.28%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783516400.800.080.30305.8767.1441.76
HexB223A405081E132432a
Octal262432440120103646210352
Binary1011001010001110100100010100001000111101001100101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B223A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B223A4; }

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

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

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

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

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

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

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

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