#B363BB

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

Shades of Fuchsia #B363BB

Tints of Fuchsia #B363BB

Color information

#B363BB (or 0xB363BB) is unknown color: approx Fuchsia. HEX triplet: B3, 63 and BB. RGB value is (179,99,187). Sum of RGB (Red+Green+Blue) = 179+99+187=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B363BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363BB is #4C9C44. Grayscale: #848484. Windows color (decimal): -5020741 or 12280755. OLE color: 12280755.

HSL color Cylindrical-coordinate representation of color #B363BB: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B363BB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17999187-
CMYK0.040.4700.27
HSL294.55º39.29%56.08%-
HSV(B)294.55º47.06%73.33%-
XYZ32.0222.149.59-
YUV132.95158.5160.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=38.49%
G=21.29%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179991870.040.4700.27294.5539.2956.08
HexB363BB42F01B1272738
Octal2631432734570334474770
Binary10110011110001110111011100101111011011100100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363BB; }

 p { color: rgb(179,99,187); }

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

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

 a { background-color: rgb(179,99,187); }

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

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

 span { border-color: rgb(179,99,187); }

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