#B563C0

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

Shades of Fuchsia #B563C0

Tints of Fuchsia #B563C0

Color information

#B563C0 (or 0xB563C0) is unknown color: approx Fuchsia. HEX triplet: B5, 63 and C0. RGB value is (181,99,192). Sum of RGB (Red+Green+Blue) = 181+99+192=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #B563C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563C0 is #4A9C3F. Grayscale: #858585. Windows color (decimal): -4889664 or 12608437. OLE color: 12608437.

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

Color convert

RGB18199192-
CMYK0.060.4800.25
HSL292.9º42.47%57.06%-
HSV(B)292.9º48.44%75.29%-
XYZ33.0322.5552.48-
YUV134.12160.67161.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 192 (75.39% from 255) = 40.68%
R=38.35%
G=20.97%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181991920.060.4800.25292.942.4757.06
HexB563C06300191252a39
Octal2651433006600314455271
Binary10110101110001111000000110110000011001100100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563C0; }

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

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

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

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

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

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

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

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