#B468C1

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

Shades of Fuchsia #B468C1

Tints of Fuchsia #B468C1

Color information

#B468C1 (or 0xB468C1) is unknown color: approx Fuchsia. HEX triplet: B4, 68 and C1. RGB value is (180,104,193). Sum of RGB (Red+Green+Blue) = 180+104+193=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #B468C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468C1 is #4B973E. Grayscale: #888888. Windows color (decimal): -4953919 or 12675252. OLE color: 12675252.

HSL color Cylindrical-coordinate representation of color #B468C1: hue angle of 291.24º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B468C1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180104193-
CMYK0.070.4600.24
HSL291.24º41.78%58.24%-
HSV(B)291.24º46.11%75.69%-
XYZ33.423.4553.22-
YUV136.87159.68158.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=37.74%
G=21.80%
B=40.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801041930.070.4600.24291.2441.7858.24
HexB468C172E0181232a3a
Octal2641503017560304435272
Binary10110100110100011000001111101110011000100100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468C1; }

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

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

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

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

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

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

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

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