#B535BA

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

Shades of Fuchsia #B535BA

Tints of Fuchsia #B535BA

Color information

#B535BA (or 0xB535BA) is unknown color: approx Fuchsia. HEX triplet: B5, 35 and BA. RGB value is (181,53,186). Sum of RGB (Red+Green+Blue) = 181+53+186=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #B535BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535BA is #4ACA45. Grayscale: #6A6A6A. Windows color (decimal): -4901446 or 12203445. OLE color: 12203445.

HSL color Cylindrical-coordinate representation of color #B535BA: hue angle of 297.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B535BA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18153186-
CMYK0.030.7200.27
HSL297.74º55.65%46.86%-
HSV(B)297.74º71.51%72.94%-
XYZ29.1915.9247.99-
YUV106.43172.91181.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 53 (21.09% from 255) = 12.62%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=43.10%
G=12.62%
B=44.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181531860.030.7200.27297.7455.6546.86
HexB535BA34801B12a382f
Octal2656527231100334527057
Binary1011010111010110111010111001000011011100101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535BA; }

 p { color: rgb(181,53,186); }

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

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

 a { background-color: rgb(181,53,186); }

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

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

 span { border-color: rgb(181,53,186); }

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