#B85CC2

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

Shades of Fuchsia #B85CC2

Tints of Fuchsia #B85CC2

Color information

#B85CC2 (or 0xB85CC2) is unknown color: approx Fuchsia. HEX triplet: B8, 5C and C2. RGB value is (184,92,194). Sum of RGB (Red+Green+Blue) = 184+92+194=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #B85CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CC2 is #47A33D. Grayscale: #828282. Windows color (decimal): -4694846 or 12737720. OLE color: 12737720.

HSL color Cylindrical-coordinate representation of color #B85CC2: hue angle of 294.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85CC2 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18492194-
CMYK0.050.5300.24
HSL294.12º45.54%56.08%-
HSV(B)294.12º52.58%76.08%-
XYZ33.3321.7453.48-
YUV131.14163.48165.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 194 (76.17% from 255) = 41.28%
R=39.15%
G=19.57%
B=41.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184921940.050.5300.24294.1245.5456.08
HexB85CC25350181262e38
Octal2701343025650304465670
Binary10111000101110011000010101110101011000100100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CC2; }

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

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

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

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

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

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

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

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