#B366BD

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

Shades of Fuchsia #B366BD

Tints of Fuchsia #B366BD

Color information

#B366BD (or 0xB366BD) is unknown color: approx Fuchsia. HEX triplet: B3, 66 and BD. RGB value is (179,102,189). Sum of RGB (Red+Green+Blue) = 179+102+189=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B366BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366BD is #4C9942. Grayscale: #868686. Windows color (decimal): -5019971 or 12412595. OLE color: 12412595.

HSL color Cylindrical-coordinate representation of color #B366BD: hue angle of 293.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B366BD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179102189-
CMYK0.050.4600.26
HSL293.1º39.73%57.06%-
HSV(B)293.1º46.03%74.12%-
XYZ32.5322.7650.82-
YUV134.94158.51159.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=38.09%
G=21.70%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791021890.050.4600.26293.139.7357.06
HexB366BD52E01A1252839
Octal2631462755560324455071
Binary10110011110011010111101101101110011010100100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366BD; }

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

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

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

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

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

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

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

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