#B463B8

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

Shades of Fuchsia #B463B8

Tints of Fuchsia #B463B8

Color information

#B463B8 (or 0xB463B8) is unknown color: approx Fuchsia. HEX triplet: B4, 63 and B8. RGB value is (180,99,184). Sum of RGB (Red+Green+Blue) = 180+99+184=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #B463B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463B8 is #4B9C47. Grayscale: #848484. Windows color (decimal): -4955208 or 12084148. OLE color: 12084148.

HSL color Cylindrical-coordinate representation of color #B463B8: hue angle of 297.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B463B8 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18099184-
CMYK0.020.4600.28
HSL297.18º37.44%55.49%-
HSV(B)297.18º46.2%72.16%-
XYZ31.9422.0947.93-
YUV132.91156.84161.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=38.88%
G=21.38%
B=39.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180991840.020.4600.28297.1837.4455.49
HexB463B822E01C1292537
Octal2641432702560344514567
Binary1011010011000111011100010101110011100100101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463B8; }

 p { color: rgb(180,99,184); }

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

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

 a { background-color: rgb(180,99,184); }

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

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

 span { border-color: rgb(180,99,184); }

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