#B654BE

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

Shades of Fuchsia #B654BE

Tints of Fuchsia #B654BE

Color information

#B654BE (or 0xB654BE) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and BE. RGB value is (182,84,190). Sum of RGB (Red+Green+Blue) = 182+84+190=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #B654BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BE is #49AB41. Grayscale: #7D7D7D. Windows color (decimal): -4827970 or 12473526. OLE color: 12473526.

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

Color convert

RGB18284190-
CMYK0.040.5600.25
HSL295.47º44.92%53.73%-
HSV(B)295.47º55.79%74.51%-
XYZ31.762050.9-
YUV125.39164.47168.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=39.91%
G=18.42%
B=41.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182841900.040.5600.25295.4744.9253.73
HexB654BE4380191272d36
Octal2661242764700314475566
Binary10110110101010010111110100111000011001100100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654BE; }

 p { color: rgb(182,84,190); }

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

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

 a { background-color: rgb(182,84,190); }

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

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

 span { border-color: rgb(182,84,190); }

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