#BC75C5

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

Shades of Fuchsia #BC75C5

Tints of Fuchsia #BC75C5

Color information

#BC75C5 (or 0xBC75C5) is unknown color: approx Fuchsia. HEX triplet: BC, 75 and C5. RGB value is (188,117,197). Sum of RGB (Red+Green+Blue) = 188+117+197=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C5 is #438A3A. Grayscale: #939393. Windows color (decimal): -4426299 or 12940732. OLE color: 12940732.

HSL color Cylindrical-coordinate representation of color #BC75C5: hue angle of 293.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC75C5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188117197-
CMYK0.050.4100.23
HSL293.25º40.82%61.57%-
HSV(B)293.25º40.61%77.25%-
XYZ37.1827.4556.16-
YUV147.35156.02157-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=37.45%
G=23.31%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881171970.050.4100.23293.2540.8261.57
HexBC75C5529017125293e
Octal2741653055510274455176
Binary10111100111010111000101101101001010111100100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75C5; }

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

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

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

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

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

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

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

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