#B861BD

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

Shades of Fuchsia #B861BD

Tints of Fuchsia #B861BD

Color information

#B861BD (or 0xB861BD) is unknown color: approx Fuchsia. HEX triplet: B8, 61 and BD. RGB value is (184,97,189). Sum of RGB (Red+Green+Blue) = 184+97+189=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B861BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861BD is #479E42. Grayscale: #858585. Windows color (decimal): -4693571 or 12411320. OLE color: 12411320.

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

Color convert

RGB18497189-
CMYK0.030.4900.26
HSL296.74º41.07%56.08%-
HSV(B)296.74º48.68%74.12%-
XYZ33.2322.4150.72-
YUV133.5159.32164.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=39.15%
G=20.64%
B=40.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184971890.030.4900.26296.7441.0756.08
HexB861BD33101A1292938
Octal2701412753610324515170
Binary1011100011000011011110111110001011010100101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861BD; }

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

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

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

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

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

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

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

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