#B654BF

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

Shades of Fuchsia #B654BF

Tints of Fuchsia #B654BF

Color information

#B654BF (or 0xB654BF) is unknown color: approx Fuchsia. HEX triplet: B6, 54 and BF. RGB value is (182,84,191). Sum of RGB (Red+Green+Blue) = 182+84+191=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #B654BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BF is #49AB40. Grayscale: #7D7D7D. Windows color (decimal): -4827969 or 12539062. OLE color: 12539062.

HSL color Cylindrical-coordinate representation of color #B654BF: hue angle of 294.95º degrees, saturation: 0.46, 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 #B654BF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18284191-
CMYK0.050.5600.25
HSL294.95º45.53%53.92%-
HSV(B)294.95º56.02%74.9%-
XYZ31.8720.0551.48-
YUV125.5164.97168.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 191 (75% from 255) = 41.79%
R=39.82%
G=18.38%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182841910.050.5600.25294.9545.5353.92
HexB654BF5380191272e36
Octal2661242775700314475666
Binary10110110101010010111111101111000011001100100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654BF; }

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

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

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

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

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

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

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

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