#BC75BA

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

Shades of Fuchsia #BC75BA

Tints of Fuchsia #BC75BA

Color information

#BC75BA (or 0xBC75BA) is unknown color: approx Fuchsia. HEX triplet: BC, 75 and BA. RGB value is (188,117,186). Sum of RGB (Red+Green+Blue) = 188+117+186=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75BA is #438A45. Grayscale: #919191. Windows color (decimal): -4426310 or 12219836. OLE color: 12219836.

HSL color Cylindrical-coordinate representation of color #BC75BA: hue angle of 301.69º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75BA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188117186-
CMYK00.380.010.26
HSL301.69º34.63%59.8%-
HSV(B)301.69º37.77%73.73%-
XYZ35.9626.9649.76-
YUV146.1150.52157.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=38.29%
G=23.83%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811718600.380.010.26301.6934.6359.8
HexBC75BA02611A12e233c
Octal2741652720461324564374
Binary101111001110101101110100100110111010100101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75BA; }

 p { color: rgb(188,117,186); }

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

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

 a { background-color: rgb(188,117,186); }

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

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

 span { border-color: rgb(188,117,186); }

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