#B635AC

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

Shades of Fuchsia #B635AC

Tints of Fuchsia #B635AC

Color information

#B635AC (or 0xB635AC) is unknown color: approx Fuchsia. HEX triplet: B6, 35 and AC. RGB value is (182,53,172). Sum of RGB (Red+Green+Blue) = 182+53+172=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B635AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635AC is #49CA53. Grayscale: #686868. Windows color (decimal): -4835924 or 11285942. OLE color: 11285942.

HSL color Cylindrical-coordinate representation of color #B635AC: hue angle of 304.65º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B635AC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18253172-
CMYK00.710.050.29
HSL304.65º54.89%46.08%-
HSV(B)304.65º70.88%71.37%-
XYZ28.0115.4740.54-
YUV105.14165.74182.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 53 (21.09% from 255) = 13.02%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=44.72%
G=13.02%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825317200.710.050.29304.6554.8946.08
HexB635AC04751D131372e
Octal2666525401075354616756
Binary10110110110101101011000100011110111101100110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635AC; }

 p { color: rgb(182,53,172); }

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

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

 a { background-color: rgb(182,53,172); }

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

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

 span { border-color: rgb(182,53,172); }

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