#B363B6

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

Shades of Fuchsia #B363B6

Tints of Fuchsia #B363B6

Color information

#B363B6 (or 0xB363B6) is unknown color: approx Fuchsia. HEX triplet: B3, 63 and B6. RGB value is (179,99,182). Sum of RGB (Red+Green+Blue) = 179+99+182=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #B363B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363B6 is #4C9C49. Grayscale: #848484. Windows color (decimal): -5020746 or 11953075. OLE color: 11953075.

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

Color convert

RGB17999182-
CMYK0.020.4600.29
HSL297.83º36.24%55.1%-
HSV(B)297.83º45.6%71.37%-
XYZ31.521.8846.82-
YUV132.38156161.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=38.91%
G=21.52%
B=39.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179991820.020.4600.29297.8336.2455.1
HexB363B622E01D12a2437
Octal2631432662560354524467
Binary1011001111000111011011010101110011101100101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363B6; }

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

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

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

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

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

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

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

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