#B655BF

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

Shades of Fuchsia #B655BF

Tints of Fuchsia #B655BF

Color information

#B655BF (or 0xB655BF) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and BF. RGB value is (182,85,191). Sum of RGB (Red+Green+Blue) = 182+85+191=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #B655BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BF is #49AA40. Grayscale: #7D7D7D. Windows color (decimal): -4827713 or 12539318. OLE color: 12539318.

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

Color convert

RGB18285191-
CMYK0.050.5500.25
HSL294.91º45.3%54.12%-
HSV(B)294.91º55.5%74.9%-
XYZ31.9420.251.51-
YUV126.09164.64167.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 191 (75% from 255) = 41.70%
R=39.74%
G=18.56%
B=41.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182851910.050.5500.25294.9145.354.12
HexB655BF5370191272d36
Octal2661252775670314475566
Binary10110110101010110111111101110111011001100100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655BF; }

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

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

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

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

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

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

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

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