#B628AE

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

Shades of Fuchsia #B628AE

Tints of Fuchsia #B628AE

Color information

#B628AE (or 0xB628AE) is unknown color: approx Fuchsia. HEX triplet: B6, 28 and AE. RGB value is (182,40,174). Sum of RGB (Red+Green+Blue) = 182+40+174=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AE is #49D751. Grayscale: #616161. Windows color (decimal): -4839250 or 11413686. OLE color: 11413686.

HSL color Cylindrical-coordinate representation of color #B628AE: hue angle of 303.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B628AE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18240174-
CMYK00.780.040.29
HSL303.38º63.96%43.53%-
HSV(B)303.38º78.02%71.37%-
XYZ27.6914.5241.39-
YUV97.73171.04188.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 40 (16.02% from 255) = 10.10%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=45.96%
G=10.10%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824017400.780.040.29303.3863.9643.53
HexB628AE04E41D12f402c
Octal26650256011643545710054
Binary101101101010001010111001001110100111011001011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B628AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B628AE; }

 p { color: rgb(182,40,174); }

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

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

 a { background-color: rgb(182,40,174); }

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

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

 span { border-color: rgb(182,40,174); }

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