#BC67B3

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

Shades of Fuchsia #BC67B3

Tints of Fuchsia #BC67B3

Color information

#BC67B3 (or 0xBC67B3) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and B3. RGB value is (188,103,179). Sum of RGB (Red+Green+Blue) = 188+103+179=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67B3 is #43984C. Grayscale: #888888. Windows color (decimal): -4429901 or 11757500. OLE color: 11757500.

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

Color convert

RGB188103179-
CMYK00.450.050.26
HSL306.35º38.81%57.06%-
HSV(B)306.35º45.21%73.73%-
XYZ33.7323.6545.43-
YUV137.08151.66164.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=40%
G=21.91%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810317900.450.050.26306.3538.8157.06
HexBC67B302D51A1322739
Octal2741472630555324624771
Binary10111100110011110110011010110110111010100110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67B3; }

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

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

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

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

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

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

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

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