#B85FB2

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

Shades of Fuchsia #B85FB2

Tints of Fuchsia #B85FB2

Color information

#B85FB2 (or 0xB85FB2) is unknown color: approx Fuchsia. HEX triplet: B8, 5F and B2. RGB value is (184,95,178). Sum of RGB (Red+Green+Blue) = 184+95+178=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FB2 is #47A04D. Grayscale: #828282. Windows color (decimal): -4694094 or 11689912. OLE color: 11689912.

HSL color Cylindrical-coordinate representation of color #B85FB2: hue angle of 304.04º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85FB2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18495178-
CMYK00.480.030.28
HSL304.04º38.53%54.71%-
HSV(B)304.04º48.37%72.16%-
XYZ31.921.5944.61-
YUV131.07154.49165.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=40.26%
G=20.79%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849517800.480.030.28304.0438.5354.71
HexB85FB203031C1302737
Octal2701372620603344604767
Binary1011100010111111011001001100001111100100110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FB2; }

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

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

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

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

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

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

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

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