#B85AB1

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

Shades of Fuchsia #B85AB1

Tints of Fuchsia #B85AB1

Color information

#B85AB1 (or 0xB85AB1) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and B1. RGB value is (184,90,177). Sum of RGB (Red+Green+Blue) = 184+90+177=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AB1 is #47A54E. Grayscale: #7F7F7F. Windows color (decimal): -4695375 or 11623096. OLE color: 11623096.

HSL color Cylindrical-coordinate representation of color #B85AB1: hue angle of 304.47º 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 #B85AB1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18490177-
CMYK00.510.040.28
HSL304.47º39.83%53.73%-
HSV(B)304.47º51.09%72.16%-
XYZ31.3620.6843.93-
YUV128.02155.64167.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=40.80%
G=19.96%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849017700.510.040.28304.4739.8353.73
HexB85AB103341C1302836
Octal2701322610634344605066
Binary10111000101101010110001011001110011100100110000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85AB1; }

 p { color: rgb(184,90,177); }

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

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

 a { background-color: rgb(184,90,177); }

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

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

 span { border-color: rgb(184,90,177); }

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