#B227AD

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

Shades of Fuchsia #B227AD

Tints of Fuchsia #B227AD

Color information

#B227AD (or 0xB227AD) is unknown color: approx Fuchsia. HEX triplet: B2, 27 and AD. RGB value is (178,39,173). Sum of RGB (Red+Green+Blue) = 178+39+173=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AD is #4DD852. Grayscale: #5F5F5F. Windows color (decimal): -5101651 or 11347890. OLE color: 11347890.

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

Color convert

RGB17839173-
CMYK00.780.030.30
HSL302.16º64.06%42.55%-
HSV(B)302.16º78.09%69.8%-
XYZ26.6313.9340.82-
YUV95.84171.55186.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 39 (15.62% from 255) = 10%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=45.64%
G=10%
B=44.36%

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
Decimal1783917300.780.030.30302.1664.0642.55
HexB227AD04E31E12e402b
Octal26247255011633645610053
Binary10110010100111101011010100111011111101001011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227AD; }

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

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

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

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

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

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

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

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