#B563B1

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

Shades of Fuchsia #B563B1

Tints of Fuchsia #B563B1

Color information

#B563B1 (or 0xB563B1) is unknown color: approx Fuchsia. HEX triplet: B5, 63 and B1. RGB value is (181,99,177). Sum of RGB (Red+Green+Blue) = 181+99+177=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B563B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B563B1 is #4A9C4E. Grayscale: #848484. Windows color (decimal): -4889679 or 11625397. OLE color: 11625397.

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

Color convert

RGB18199177-
CMYK00.450.020.29
HSL302.93º35.65%54.9%-
HSV(B)302.93º45.3%70.98%-
XYZ31.4521.9244.17-
YUV132.41153.17162.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=39.61%
G=21.66%
B=38.73%

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
Decimal1819917700.450.020.29302.9335.6554.9
HexB563B102D21D12f2437
Octal2651432610552354574467
Binary1011010111000111011000101011011011101100101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563B1; }

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

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

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

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

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

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

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

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