#B257C1

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

Shades of Fuchsia #B257C1

Tints of Fuchsia #B257C1

Color information

#B257C1 (or 0xB257C1) is unknown color: approx Fuchsia. HEX triplet: B2, 57 and C1. RGB value is (178,87,193). Sum of RGB (Red+Green+Blue) = 178+87+193=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #B257C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257C1 is #4DA83E. Grayscale: #7D7D7D. Windows color (decimal): -5089343 or 12670898. OLE color: 12670898.

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

Color convert

RGB17887193-
CMYK0.080.5500.24
HSL291.51º46.09%54.9%-
HSV(B)291.51º54.92%75.69%-
XYZ31.3920.1352.68-
YUV126.29165.65164.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=38.86%
G=19.00%
B=42.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178871930.080.5500.24291.5146.0954.9
HexB257C18370181242e37
Octal26212730110670304445667
Binary101100101010111110000011000110111011000100100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B257C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B257C1; }

 p { color: rgb(178,87,193); }

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

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

 a { background-color: rgb(178,87,193); }

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

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

 span { border-color: rgb(178,87,193); }

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