#B463BB

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

Shades of Fuchsia #B463BB

Tints of Fuchsia #B463BB

Color information

#B463BB (or 0xB463BB) is unknown color: approx Fuchsia. HEX triplet: B4, 63 and BB. RGB value is (180,99,187). Sum of RGB (Red+Green+Blue) = 180+99+187=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B463BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463BB is #4B9C44. Grayscale: #848484. Windows color (decimal): -4955205 or 12280756. OLE color: 12280756.

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

Color convert

RGB18099187-
CMYK0.040.4700.27
HSL295.23º39.29%56.08%-
HSV(B)295.23º47.06%73.33%-
XYZ32.2522.2149.6-
YUV133.25158.34161.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=38.63%
G=21.24%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180991870.040.4700.27295.2339.2956.08
HexB463BB42F01B1272738
Octal2641432734570334474770
Binary10110100110001110111011100101111011011100100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463BB; }

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

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

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

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

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

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

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

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