#B85BB4

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

Shades of Fuchsia #B85BB4

Tints of Fuchsia #B85BB4

Color information

#B85BB4 (or 0xB85BB4) is unknown color: approx Fuchsia. HEX triplet: B8, 5B and B4. RGB value is (184,91,180). Sum of RGB (Red+Green+Blue) = 184+91+180=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BB4 is #47A44B. Grayscale: #808080. Windows color (decimal): -4695116 or 11819960. OLE color: 11819960.

HSL color Cylindrical-coordinate representation of color #B85BB4: hue angle of 302.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85BB4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18491180-
CMYK00.510.020.28
HSL302.58º39.57%53.92%-
HSV(B)302.58º50.54%72.16%-
XYZ31.7520.9745.55-
YUV128.95156.81167.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=40.44%
G=20%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849118000.510.020.28302.5839.5753.92
HexB85BB403321C12f2836
Octal2701332640632344575066
Binary1011100010110111011010001100111011100100101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BB4; }

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

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

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

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

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

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

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

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