#BC75C1

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

Shades of Fuchsia #BC75C1

Tints of Fuchsia #BC75C1

Color information

#BC75C1 (or 0xBC75C1) is unknown color: approx Fuchsia. HEX triplet: BC, 75 and C1. RGB value is (188,117,193). Sum of RGB (Red+Green+Blue) = 188+117+193=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75C1 is #438A3E. Grayscale: #929292. Windows color (decimal): -4426303 or 12678588. OLE color: 12678588.

HSL color Cylindrical-coordinate representation of color #BC75C1: hue angle of 296.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC75C1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188117193-
CMYK0.030.3900.24
HSL296.05º38%60.78%-
HSV(B)296.05º39.38%75.69%-
XYZ36.7327.2653.78-
YUV146.89154.02157.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=37.75%
G=23.49%
B=38.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881171930.030.3900.24296.053860.78
HexBC75C1327018128263d
Octal2741653013470304504675
Binary1011110011101011100000111100111011000100101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75C1; }

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

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

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

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

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

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

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

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