#B866B1

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

Shades of Fuchsia #B866B1

Tints of Fuchsia #B866B1

Color information

#B866B1 (or 0xB866B1) is unknown color: approx Fuchsia. HEX triplet: B8, 66 and B1. RGB value is (184,102,177). Sum of RGB (Red+Green+Blue) = 184+102+177=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B866B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B866B1 is #47994E. Grayscale: #868686. Windows color (decimal): -4692303 or 11626168. OLE color: 11626168.

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

Color convert

RGB184102177-
CMYK00.450.040.28
HSL305.12º36.61%56.08%-
HSV(B)305.12º44.57%72.16%-
XYZ32.4522.8744.3-
YUV135.07151.67162.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=39.74%
G=22.03%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410217700.450.040.28305.1236.6156.08
HexB866B102D41C1312538
Octal2701462610554344614570
Binary10111000110011010110001010110110011100100110001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866B1; }

 p { color: rgb(184,102,177); }

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

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

 a { background-color: rgb(184,102,177); }

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

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

 span { border-color: rgb(184,102,177); }

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