#B85FBC

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

Shades of Fuchsia #B85FBC

Tints of Fuchsia #B85FBC

Color information

#B85FBC (or 0xB85FBC) is unknown color: approx Fuchsia. HEX triplet: B8, 5F and BC. RGB value is (184,95,188). Sum of RGB (Red+Green+Blue) = 184+95+188=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FBC is #47A043. Grayscale: #838383. Windows color (decimal): -4694084 or 12345272. OLE color: 12345272.

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

Color convert

RGB18495188-
CMYK0.020.4900.26
HSL297.42º40.97%55.49%-
HSV(B)297.42º49.47%73.73%-
XYZ32.9422.0150.09-
YUV132.21159.49164.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=39.40%
G=20.34%
B=40.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184951880.020.4900.26297.4240.9755.49
HexB85FBC23101A1292937
Octal2701372742610324515167
Binary1011100010111111011110010110001011010100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FBC; }

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

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

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

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

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

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

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

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