#B366BE

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

Shades of Fuchsia #B366BE

Tints of Fuchsia #B366BE

Color information

#B366BE (or 0xB366BE) is unknown color: approx Fuchsia. HEX triplet: B3, 66 and BE. RGB value is (179,102,190). Sum of RGB (Red+Green+Blue) = 179+102+190=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B366BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366BE is #4C9941. Grayscale: #868686. Windows color (decimal): -5019970 or 12478131. OLE color: 12478131.

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

Color convert

RGB179102190-
CMYK0.060.4600.25
HSL292.5º40.37%57.25%-
HSV(B)292.5º46.32%74.51%-
XYZ32.6422.851.4-
YUV135.06159.01159.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=38.00%
G=21.66%
B=40.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791021900.060.4600.25292.540.3757.25
HexB366BE62E0191242839
Octal2631462766560314445071
Binary10110011110011010111110110101110011001100100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366BE; }

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

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

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

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

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

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

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

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