#B537C0

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

Shades of Fuchsia #B537C0

Tints of Fuchsia #B537C0

Color information

#B537C0 (or 0xB537C0) is unknown color: approx Fuchsia. HEX triplet: B5, 37 and C0. RGB value is (181,55,192). Sum of RGB (Red+Green+Blue) = 181+55+192=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #B537C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537C0 is #4AC83F. Grayscale: #6B6B6B. Windows color (decimal): -4900928 or 12597173. OLE color: 12597173.

HSL color Cylindrical-coordinate representation of color #B537C0: hue angle of 295.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B537C0 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18155192-
CMYK0.060.7100.25
HSL295.18º55.47%48.43%-
HSV(B)295.18º71.35%75.29%-
XYZ29.9416.3651.45-
YUV108.29175.24179.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 55 (21.88% from 255) = 12.85%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=42.29%
G=12.85%
B=44.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181551920.060.7100.25295.1855.4748.43
HexB537C06470191273730
Octal2656730061070314476760
Binary10110101110111110000001101000111011001100100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537C0; }

 p { color: rgb(181,55,192); }

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

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

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

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

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

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

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