#B635B0

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

Shades of Fuchsia #B635B0

Tints of Fuchsia #B635B0

Color information

#B635B0 (or 0xB635B0) is unknown color: approx Fuchsia. HEX triplet: B6, 35 and B0. RGB value is (182,53,176). Sum of RGB (Red+Green+Blue) = 182+53+176=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B635B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635B0 is #49CA4F. Grayscale: #696969. Windows color (decimal): -4835920 or 11548086. OLE color: 11548086.

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

Color convert

RGB18253176-
CMYK00.710.030.29
HSL302.79º54.89%46.08%-
HSV(B)302.79º70.88%71.37%-
XYZ28.415.6342.59-
YUV105.59167.74182.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=44.28%
G=12.90%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825317600.710.030.29302.7954.8946.08
HexB635B004731D12f372e
Octal2666526001073354576756
Binary1011011011010110110000010001111111101100101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635B0; }

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

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

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

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

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

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

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

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