#B85BBF

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

Shades of Fuchsia #B85BBF

Tints of Fuchsia #B85BBF

Color information

#B85BBF (or 0xB85BBF) is unknown color: approx Fuchsia. HEX triplet: B8, 5B and BF. RGB value is (184,91,191). Sum of RGB (Red+Green+Blue) = 184+91+191=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #B85BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBF is #47A440. Grayscale: #818181. Windows color (decimal): -4695105 or 12540856. OLE color: 12540856.

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

Color convert

RGB18491191-
CMYK0.040.5200.25
HSL295.8º43.86%55.29%-
HSV(B)295.8º52.36%74.9%-
XYZ32.9121.4351.69-
YUV130.21162.31166.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 191 (75% from 255) = 40.99%
R=39.48%
G=19.53%
B=40.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184911910.040.5200.25295.843.8655.29
HexB85BBF4340191282c37
Octal2701332774640314505467
Binary10111000101101110111111100110100011001100101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BBF; }

 p { color: rgb(184,91,191); }

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

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

 a { background-color: rgb(184,91,191); }

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

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

 span { border-color: rgb(184,91,191); }

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