#BC74BD

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

Shades of Fuchsia #BC74BD

Tints of Fuchsia #BC74BD

Color information

#BC74BD (or 0xBC74BD) is unknown color: approx Fuchsia. HEX triplet: BC, 74 and BD. RGB value is (188,116,189). Sum of RGB (Red+Green+Blue) = 188+116+189=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74BD is #438B42. Grayscale: #919191. Windows color (decimal): -4426563 or 12416188. OLE color: 12416188.

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

Color convert

RGB188116189-
CMYK0.010.3900.26
HSL299.18º35.61%59.8%-
HSV(B)299.18º38.62%74.12%-
XYZ36.1726.8651.42-
YUV145.85152.35158.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=38.13%
G=23.53%
B=38.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881161890.010.3900.26299.1835.6159.8
HexBC74BD12701A12b243c
Octal2741642751470324534474
Binary101111001110100101111011100111011010100101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74BD; }

 p { color: rgb(188,116,189); }

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

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

 a { background-color: rgb(188,116,189); }

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

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

 span { border-color: rgb(188,116,189); }

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