#B85BB5

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

Shades of Fuchsia #B85BB5

Tints of Fuchsia #B85BB5

Color information

#B85BB5 (or 0xB85BB5) is unknown color: approx Fuchsia. HEX triplet: B8, 5B and B5. RGB value is (184,91,181). Sum of RGB (Red+Green+Blue) = 184+91+181=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BB5 is #47A44A. Grayscale: #808080. Windows color (decimal): -4695115 or 11885496. OLE color: 11885496.

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

Color convert

RGB18491181-
CMYK00.510.020.28
HSL301.94º39.57%53.92%-
HSV(B)301.94º50.54%72.16%-
XYZ31.8521.0146.09-
YUV129.07157.31167.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=40.35%
G=19.96%
B=39.69%

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
Decimal1849118100.510.020.28301.9439.5753.92
HexB85BB503321C12e2836
Octal2701332650632344565066
Binary1011100010110111011010101100111011100100101110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BB5; }

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

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

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

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

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

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

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

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