#BC38C9

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

Shades of Fuchsia #BC38C9

Tints of Fuchsia #BC38C9

Color information

#BC38C9 (or 0xBC38C9) is unknown color: approx Fuchsia. HEX triplet: BC, 38 and C9. RGB value is (188,56,201). Sum of RGB (Red+Green+Blue) = 188+56+201=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38C9 is #43C736. Grayscale: #6F6F6F. Windows color (decimal): -4441911 or 13187260. OLE color: 13187260.

HSL color Cylindrical-coordinate representation of color #BC38C9: hue angle of 294.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38C9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18856201-
CMYK0.060.7200.21
HSL294.62º57.31%50.39%-
HSV(B)294.62º72.14%78.82%-
XYZ32.717.7456.96-
YUV112178.23182.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=42.25%
G=12.58%
B=45.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188562010.060.7200.21294.6257.3150.39
HexBC38C96480151273932
Octal2747031161100254477162
Binary10111100111000110010011101001000010101100100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38C9; }

 p { color: rgb(188,56,201); }

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

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

 a { background-color: rgb(188,56,201); }

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

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

 span { border-color: rgb(188,56,201); }

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