#BC67BD

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

Shades of Fuchsia #BC67BD

Tints of Fuchsia #BC67BD

Color information

#BC67BD (or 0xBC67BD) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and BD. RGB value is (188,103,189). Sum of RGB (Red+Green+Blue) = 188+103+189=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67BD is #439842. Grayscale: #898989. Windows color (decimal): -4429891 or 12412860. OLE color: 12412860.

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

Color convert

RGB188103189-
CMYK0.010.4600.26
HSL299.3º39.45%57.25%-
HSV(B)299.3º45.5%74.12%-
XYZ34.7724.0750.96-
YUV138.22156.66163.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=39.17%
G=21.46%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881031890.010.4600.26299.339.4557.25
HexBC67BD12E01A12b2739
Octal2741472751560324534771
Binary101111001100111101111011101110011010100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67BD; }

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

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

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

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

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

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

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

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