#B85FBA

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

Shades of Fuchsia #B85FBA

Tints of Fuchsia #B85FBA

Color information

#B85FBA (or 0xB85FBA) is unknown color: approx Fuchsia. HEX triplet: B8, 5F and BA. RGB value is (184,95,186). Sum of RGB (Red+Green+Blue) = 184+95+186=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B85FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FBA is #47A045. Grayscale: #838383. Windows color (decimal): -4694086 or 12214200. OLE color: 12214200.

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

Color convert

RGB18495186-
CMYK0.010.4900.27
HSL298.68º39.74%55.1%-
HSV(B)298.68º48.92%72.94%-
XYZ32.7221.9248.96-
YUV131.98158.49165.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 186 (73.05% from 255) = 40%
R=39.57%
G=20.43%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184951860.010.4900.27298.6839.7455.1
HexB85FBA13101B12b2837
Octal2701372721610334535067
Binary101110001011111101110101110001011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FBA; }

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

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

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

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

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

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

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

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