#B468BA

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

Shades of Fuchsia #B468BA

Tints of Fuchsia #B468BA

Color information

#B468BA (or 0xB468BA) is unknown color: approx Fuchsia. HEX triplet: B4, 68 and BA. RGB value is (180,104,186). Sum of RGB (Red+Green+Blue) = 180+104+186=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 104 (41.02% from 255 or 22.13% 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 #B468BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468BA is #4B9745. Grayscale: #878787. Windows color (decimal): -4953926 or 12216500. OLE color: 12216500.

HSL color Cylindrical-coordinate representation of color #B468BA: hue angle of 295.61º 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 #B468BA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180104186-
CMYK0.030.4400.27
HSL295.61º37.27%56.86%-
HSV(B)295.61º44.09%72.94%-
XYZ32.6423.1549.2-
YUV136.07156.18159.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=38.30%
G=22.13%
B=39.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801041860.030.4400.27295.6137.2756.86
HexB468BA32C01B1282539
Octal2641502723540334504571
Binary1011010011010001011101011101100011011100101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468BA; }

 p { color: rgb(180,104,186); }

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

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

 a { background-color: rgb(180,104,186); }

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

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

 span { border-color: rgb(180,104,186); }

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