#B654BD

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

Shades of Fuchsia #B654BD

Tints of Fuchsia #B654BD

Color information

#B654BD (or 0xB654BD) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and BD. RGB value is (182,84,189). Sum of RGB (Red+Green+Blue) = 182+84+189=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B654BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BD is #49AB42. Grayscale: #7C7C7C. Windows color (decimal): -4827971 or 12407990. OLE color: 12407990.

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

Color convert

RGB18284189-
CMYK0.040.5600.26
HSL296º44.3%53.53%-
HSV(B)296º55.56%74.12%-
XYZ31.6519.9650.33-
YUV125.27163.97168.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=40%
G=18.46%
B=41.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182841890.040.5600.2629644.353.53
HexB654BD43801A1282c36
Octal2661242754700324505466
Binary10110110101010010111101100111000011010100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654BD; }

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

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

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

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

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

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

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

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