#BC74C5

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

Shades of Fuchsia #BC74C5

Tints of Fuchsia #BC74C5

Color information

#BC74C5 (or 0xBC74C5) is unknown color: approx Fuchsia. HEX triplet: BC, 74 and C5. RGB value is (188,116,197). Sum of RGB (Red+Green+Blue) = 188+116+197=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74C5 is #438B3A. Grayscale: #929292. Windows color (decimal): -4426555 or 12940476. OLE color: 12940476.

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

Color convert

RGB188116197-
CMYK0.050.4100.23
HSL293.33º41.12%61.37%-
HSV(B)293.33º41.12%77.25%-
XYZ37.0627.2156.12-
YUV146.76156.35157.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=37.52%
G=23.15%
B=39.32%

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
Decimal1881161970.050.4100.23293.3341.1261.37
HexBC74C5529017125293d
Octal2741643055510274455175
Binary10111100111010011000101101101001010111100100101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74C5; }

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

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

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

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

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

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

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

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