#B85CC5

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

Shades of Fuchsia #B85CC5

Tints of Fuchsia #B85CC5

Color information

#B85CC5 (or 0xB85CC5) is unknown color: approx Fuchsia. HEX triplet: B8, 5C and C5. RGB value is (184,92,197). Sum of RGB (Red+Green+Blue) = 184+92+197=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #B85CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CC5 is #47A33A. Grayscale: #838383. Windows color (decimal): -4694843 or 12934328. OLE color: 12934328.

HSL color Cylindrical-coordinate representation of color #B85CC5: hue angle of 292.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85CC5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18492197-
CMYK0.070.5300.23
HSL292.57º47.51%56.67%-
HSV(B)292.57º53.3%77.25%-
XYZ33.6721.8855.27-
YUV131.48164.98165.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=38.90%
G=19.45%
B=41.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184921970.070.5300.23292.5747.5156.67
HexB85CC57350171253039
Octal2701343057650274456071
Binary10111000101110011000101111110101010111100100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CC5; }

 p { color: rgb(184,92,197); }

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

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

 a { background-color: rgb(184,92,197); }

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

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

 span { border-color: rgb(184,92,197); }

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