#B365BA

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

Shades of Fuchsia #B365BA

Tints of Fuchsia #B365BA

Color information

#B365BA (or 0xB365BA) is unknown color: approx Fuchsia. HEX triplet: B3, 65 and BA. RGB value is (179,101,186). Sum of RGB (Red+Green+Blue) = 179+101+186=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B365BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BA is #4C9A45. Grayscale: #858585. Windows color (decimal): -5020230 or 12215731. OLE color: 12215731.

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

Color convert

RGB179101186-
CMYK0.040.4600.27
HSL295.06º38.12%56.27%-
HSV(B)295.06º45.7%72.94%-
XYZ32.1122.4449.09-
YUV134.01157.34160.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=38.41%
G=21.67%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791011860.040.4600.27295.0638.1256.27
HexB365BA42E01B1272638
Octal2631452724560334474670
Binary10110011110010110111010100101110011011100100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365BA; }

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

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

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

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

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

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

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

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