#B538B5

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

Shades of Fuchsia #B538B5

Tints of Fuchsia #B538B5

Color information

#B538B5 (or 0xB538B5) is unknown color: approx Fuchsia. HEX triplet: B5, 38 and B5. RGB value is (181,56,181). Sum of RGB (Red+Green+Blue) = 181+56+181=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B538B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538B5 is #4AC74A. Grayscale: #6B6B6B. Windows color (decimal): -4900683 or 11876533. OLE color: 11876533.

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

Color convert

RGB18156181-
CMYK00.6900.29
HSL300º52.74%46.47%-
HSV(B)300º69.06%70.98%-
XYZ28.8115.9945.28-
YUV107.62169.41180.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 181 (71.09% from 255) = 43.30%
R=43.30%
G=13.40%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815618100.6900.2930052.7446.47
HexB538B504501D12c352e
Octal2657026501050354546556
Binary101101011110001011010101000101011101100101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B538B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B538B5; }

 p { color: rgb(181,56,181); }

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

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

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

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

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

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

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