#b861ba

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

Shades of Fuchsia #B861BA

Tints of Fuchsia #B861BA

Color information

#B861BA (or 0xB861BA) is unknown color: approx Fuchsia. HEX triplet: B8, 61 and BA. RGB value is (184,97,186). Sum of RGB (Red+Green+Blue) = 184+97+186=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B861BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861BA is #479E45. Grayscale: #848484. Windows color (decimal): -4693574 or 12214712. OLE color: 12214712.

HSL color Cylindrical-coordinate representation of color #B861BA: hue angle of 298.65º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B861BA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18497186-
CMYK0.010.4800.27
HSL298.65º39.21%55.49%-
HSV(B)298.65º47.85%72.94%-
XYZ32.922.2849.02-
YUV133.16157.82164.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=39.40%
G=20.77%
B=39.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184971860.010.4800.27298.6539.2155.49
HexB861BA13001B12b2737
Octal2701412721600334534767
Binary101110001100001101110101110000011011100101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b861ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b861ba; }

 p { color: rgb(184,97,186); }

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

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

 a { background-color: rgb(184,97,186); }

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

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

 span { border-color: rgb(184,97,186); }

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