#B369BA

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

Shades of Fuchsia #B369BA

Tints of Fuchsia #B369BA

Color information

#B369BA (or 0xB369BA) is unknown color: approx Fuchsia. HEX triplet: B3, 69 and BA. RGB value is (179,105,186). Sum of RGB (Red+Green+Blue) = 179+105+186=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B369BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369BA is #4C9645. Grayscale: #888888. Windows color (decimal): -5019206 or 12216755. OLE color: 12216755.

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

Color convert

RGB179105186-
CMYK0.040.4400.27
HSL294.81º36.99%57.06%-
HSV(B)294.81º43.55%72.94%-
XYZ32.523.2349.23-
YUV136.36156.02158.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=38.09%
G=22.34%
B=39.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791051860.040.4400.27294.8136.9957.06
HexB369BA42C01B1272539
Octal2631512724540334474571
Binary10110011110100110111010100101100011011100100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369BA; }

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

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

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

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

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

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

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

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