#B462B9

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

Shades of Fuchsia #B462B9

Tints of Fuchsia #B462B9

Color information

#B462B9 (or 0xB462B9) is unknown color: approx Fuchsia. HEX triplet: B4, 62 and B9. RGB value is (180,98,185). Sum of RGB (Red+Green+Blue) = 180+98+185=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #B462B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462B9 is #4B9D46. Grayscale: #848484. Windows color (decimal): -4955463 or 12149428. OLE color: 12149428.

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

Color convert

RGB18098185-
CMYK0.030.4700.27
HSL296.55º38.33%55.49%-
HSV(B)296.55º47.03%72.55%-
XYZ31.9521.9448.45-
YUV132.44157.67161.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=38.88%
G=21.17%
B=39.96%

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
Decimal180981850.030.4700.27296.5538.3355.49
HexB462B932F01B1292637
Octal2641422713570334514667
Binary1011010011000101011100111101111011011100101001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462B9; }

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

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

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

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

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

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

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

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