#B462BA

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

Shades of Fuchsia #B462BA

Tints of Fuchsia #B462BA

Color information

#B462BA (or 0xB462BA) is unknown color: approx Fuchsia. HEX triplet: B4, 62 and BA. RGB value is (180,98,186). Sum of RGB (Red+Green+Blue) = 180+98+186=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B462BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462BA is #4B9D45. Grayscale: #848484. Windows color (decimal): -4955462 or 12214964. OLE color: 12214964.

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

Color convert

RGB18098186-
CMYK0.030.4700.27
HSL295.91º38.94%55.69%-
HSV(B)295.91º47.31%72.94%-
XYZ32.0521.9849.01-
YUV132.55158.17161.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 98 (38.67% from 255) = 21.12%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=38.79%
G=21.12%
B=40.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180981860.030.4700.27295.9138.9455.69
HexB462BA32F01B1282738
Octal2641422723570334504770
Binary1011010011000101011101011101111011011100101000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462BA; }

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

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

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

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

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

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

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

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