#BC76BD

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

Shades of Fuchsia #BC76BD

Tints of Fuchsia #BC76BD

Color information

#BC76BD (or 0xBC76BD) is unknown color: approx Fuchsia. HEX triplet: BC, 76 and BD. RGB value is (188,118,189). Sum of RGB (Red+Green+Blue) = 188+118+189=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76BD is #438942. Grayscale: #929292. Windows color (decimal): -4426051 or 12416700. OLE color: 12416700.

HSL color Cylindrical-coordinate representation of color #BC76BD: hue angle of 299.15º 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 #BC76BD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188118189-
CMYK0.010.3800.26
HSL299.15º34.98%60.2%-
HSV(B)299.15º37.57%74.12%-
XYZ36.427.3251.5-
YUV147.02151.69157.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=37.98%
G=23.84%
B=38.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881181890.010.3800.26299.1534.9860.2
HexBC76BD12601A12b233c
Octal2741662751460324534374
Binary101111001110110101111011100110011010100101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76BD; }

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

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

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

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

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

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

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

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