#B563B2

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

Shades of Fuchsia #B563B2

Tints of Fuchsia #B563B2

Color information

#B563B2 (or 0xB563B2) is unknown color: approx Fuchsia. HEX triplet: B5, 63 and B2. RGB value is (181,99,178). Sum of RGB (Red+Green+Blue) = 181+99+178=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B563B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B563B2 is #4A9C4D. Grayscale: #848484. Windows color (decimal): -4889678 or 11690933. OLE color: 11690933.

HSL color Cylindrical-coordinate representation of color #B563B2: hue angle of 302.2º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B563B2 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18199178-
CMYK00.450.020.29
HSL302.2º35.65%54.9%-
HSV(B)302.2º45.3%70.98%-
XYZ31.5521.9644.7-
YUV132.52153.67162.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=39.52%
G=21.62%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819917800.450.020.29302.235.6554.9
HexB563B202D21D12e2437
Octal2651432620552354564467
Binary1011010111000111011001001011011011101100101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563B2; }

 p { color: rgb(181,99,178); }

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

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

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

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

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

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

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