#B366BA

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

Shades of Fuchsia #B366BA

Tints of Fuchsia #B366BA

Color information

#B366BA (or 0xB366BA) is unknown color: approx Fuchsia. HEX triplet: B3, 66 and BA. RGB value is (179,102,186). Sum of RGB (Red+Green+Blue) = 179+102+186=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B366BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366BA is #4C9945. Grayscale: #868686. Windows color (decimal): -5019974 or 12215987. OLE color: 12215987.

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

Color convert

RGB179102186-
CMYK0.040.4500.27
HSL295º37.84%56.47%-
HSV(B)295º45.16%72.94%-
XYZ32.222.6349.13-
YUV134.6157.01159.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=38.33%
G=21.84%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791021860.040.4500.2729537.8456.47
HexB366BA42D01B1272638
Octal2631462724550334474670
Binary10110011110011010111010100101101011011100100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366BA; }

 p { color: rgb(179,102,186); }

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

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

 a { background-color: rgb(179,102,186); }

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

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

 span { border-color: rgb(179,102,186); }

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