#B861BB

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

Shades of Fuchsia #B861BB

Tints of Fuchsia #B861BB

Color information

#B861BB (or 0xB861BB) is unknown color: approx Fuchsia. HEX triplet: B8, 61 and BB. RGB value is (184,97,187). Sum of RGB (Red+Green+Blue) = 184+97+187=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B861BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861BB is #479E44. Grayscale: #858585. Windows color (decimal): -4693573 or 12280248. OLE color: 12280248.

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

Color convert

RGB18497187-
CMYK0.020.4800.27
HSL298º39.82%55.69%-
HSV(B)298º48.13%73.33%-
XYZ33.0122.3349.58-
YUV133.27158.32164.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=39.32%
G=20.73%
B=39.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184971870.020.4800.2729839.8255.69
HexB861BB23001B12a2838
Octal2701412732600334525070
Binary1011100011000011011101110110000011011100101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861BB; }

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

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

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

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

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

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

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

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