#B460BE

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

Shades of Fuchsia #B460BE

Tints of Fuchsia #B460BE

Color information

#B460BE (or 0xB460BE) is unknown color: approx Fuchsia. HEX triplet: B4, 60 and BE. RGB value is (180,96,190). Sum of RGB (Red+Green+Blue) = 180+96+190=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B460BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460BE is #4B9F41. Grayscale: #838383. Windows color (decimal): -4955970 or 12476596. OLE color: 12476596.

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

Color convert

RGB18096190-
CMYK0.050.4900.25
HSL293.62º41.96%56.08%-
HSV(B)293.62º49.47%74.51%-
XYZ32.321.7951.22-
YUV131.83160.83162.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=38.63%
G=20.60%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180961900.050.4900.25293.6241.9656.08
HexB460BE5310191262a38
Octal2641402765610314465270
Binary10110100110000010111110101110001011001100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460BE; }

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

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

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

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

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

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

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

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