#BC67B1

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

Shades of Fuchsia #BC67B1

Tints of Fuchsia #BC67B1

Color information

#BC67B1 (or 0xBC67B1) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and B1. RGB value is (188,103,177). Sum of RGB (Red+Green+Blue) = 188+103+177=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67B1 is #43984E. Grayscale: #888888. Windows color (decimal): -4429903 or 11626428. OLE color: 11626428.

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

Color convert

RGB188103177-
CMYK00.450.060.26
HSL307.76º38.81%57.06%-
HSV(B)307.76º45.21%73.73%-
XYZ33.5323.5744.38-
YUV136.85150.66164.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=40.17%
G=22.01%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810317700.450.060.26307.7638.8157.06
HexBC67B102D61A1342739
Octal2741472610556324644771
Binary10111100110011110110001010110111011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67B1; }

 p { color: rgb(188,103,177); }

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

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

 a { background-color: rgb(188,103,177); }

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

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

 span { border-color: rgb(188,103,177); }

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