#B468BD

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

Shades of Fuchsia #B468BD

Tints of Fuchsia #B468BD

Color information

#B468BD (or 0xB468BD) is unknown color: approx Fuchsia. HEX triplet: B4, 68 and BD. RGB value is (180,104,189). Sum of RGB (Red+Green+Blue) = 180+104+189=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B468BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468BD is #4B9742. Grayscale: #888888. Windows color (decimal): -4953923 or 12413108. OLE color: 12413108.

HSL color Cylindrical-coordinate representation of color #B468BD: hue angle of 293.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B468BD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180104189-
CMYK0.050.4500.26
HSL293.65º39.17%57.45%-
HSV(B)293.65º44.97%74.12%-
XYZ32.9623.2850.9-
YUV136.41157.68159.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=38.05%
G=21.99%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801041890.050.4500.26293.6539.1757.45
HexB468BD52D01A1262739
Octal2641502755550324464771
Binary10110100110100010111101101101101011010100100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468BD; }

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

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

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

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

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

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

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

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