#B228AC

Color #B228AC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B228AC

Tints of Fuchsia #B228AC

Color information

#B228AC (or 0xB228AC) is unknown color: approx Fuchsia. HEX triplet: B2, 28 and AC. RGB value is (178,40,172). Sum of RGB (Red+Green+Blue) = 178+40+172=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B228AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228AC is #4DD753. Grayscale: #5F5F5F. Windows color (decimal): -5101396 or 11282610. OLE color: 11282610.

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

Color convert

RGB17840172-
CMYK00.780.030.30
HSL302.61º63.3%42.75%-
HSV(B)302.61º77.53%69.8%-
XYZ26.5713.9640.32-
YUV96.31170.72186.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 40 (16.02% from 255) = 10.26%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=45.64%
G=10.26%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784017200.780.030.30302.6163.342.75
HexB228AC04E31E12f3f2b
Octal2625025401163364577753
Binary1011001010100010101100010011101111110100101111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B228AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B228AC; }

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

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

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

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

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

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

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

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