#B635AD

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

Shades of Fuchsia #B635AD

Tints of Fuchsia #B635AD

Color information

#B635AD (or 0xB635AD) is unknown color: approx Fuchsia. HEX triplet: B6, 35 and AD. RGB value is (182,53,173). Sum of RGB (Red+Green+Blue) = 182+53+173=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B635AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635AD is #49CA52. Grayscale: #686868. Windows color (decimal): -4835923 or 11351478. OLE color: 11351478.

HSL color Cylindrical-coordinate representation of color #B635AD: hue angle of 304.19º 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 #B635AD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18253173-
CMYK00.710.050.29
HSL304.19º54.89%46.08%-
HSV(B)304.19º70.88%71.37%-
XYZ28.1115.5141.05-
YUV105.25166.24182.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=44.61%
G=12.99%
B=42.40%

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
Decimal1825317300.710.050.29304.1954.8946.08
HexB635AD04751D130372e
Octal2666525501075354606756
Binary10110110110101101011010100011110111101100110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635AD; }

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

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

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

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

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

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

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

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