#B460BD

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

Shades of Fuchsia #B460BD

Tints of Fuchsia #B460BD

Color information

#B460BD (or 0xB460BD) is unknown color: approx Fuchsia. HEX triplet: B4, 60 and BD. RGB value is (180,96,189). Sum of RGB (Red+Green+Blue) = 180+96+189=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #B460BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460BD is #4B9F42. Grayscale: #838383. Windows color (decimal): -4955971 or 12411060. OLE color: 12411060.

HSL color Cylindrical-coordinate representation of color #B460BD: hue angle of 294.19º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B460BD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18096189-
CMYK0.050.4900.26
HSL294.19º41.33%55.88%-
HSV(B)294.19º49.21%74.12%-
XYZ32.1921.7450.64-
YUV131.72160.33162.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=38.71%
G=20.65%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180961890.050.4900.26294.1941.3355.88
HexB460BD53101A1262938
Octal2641402755610324465170
Binary10110100110000010111101101110001011010100100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460BD; }

 p { color: rgb(180,96,189); }

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

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

 a { background-color: rgb(180,96,189); }

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

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

 span { border-color: rgb(180,96,189); }

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