#B367BA

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

Shades of Fuchsia #B367BA

Tints of Fuchsia #B367BA

Color information

#B367BA (or 0xB367BA) is unknown color: approx Fuchsia. HEX triplet: B3, 67 and BA. RGB value is (179,103,186). Sum of RGB (Red+Green+Blue) = 179+103+186=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B367BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367BA is #4C9845. Grayscale: #868686. Windows color (decimal): -5019718 or 12216243. OLE color: 12216243.

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

Color convert

RGB179103186-
CMYK0.040.4500.27
HSL294.94º37.56%56.67%-
HSV(B)294.94º44.62%72.94%-
XYZ32.322.8349.16-
YUV135.19156.68159.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=38.25%
G=22.01%
B=39.74%

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
Decimal1791031860.040.4500.27294.9437.5656.67
HexB367BA42D01B1272639
Octal2631472724550334474671
Binary10110011110011110111010100101101011011100100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367BA; }

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

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

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

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

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

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

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

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