#BC36B7

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

Shades of Fuchsia #BC36B7

Tints of Fuchsia #BC36B7

Color information

#BC36B7 (or 0xBC36B7) is unknown color: approx Fuchsia. HEX triplet: BC, 36 and B7. RGB value is (188,54,183). Sum of RGB (Red+Green+Blue) = 188+54+183=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36B7 is #43C948. Grayscale: #6C6C6C. Windows color (decimal): -4442441 or 12007100. OLE color: 12007100.

HSL color Cylindrical-coordinate representation of color #BC36B7: hue angle of 302.24º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC36B7 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18854183-
CMYK00.710.030.26
HSL302.24º55.37%47.45%-
HSV(B)302.24º71.28%73.73%-
XYZ30.6116.7546.42-
YUV108.77169.89184.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=44.24%
G=12.71%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885418300.710.030.26302.2455.3747.45
HexBC36B704731A12e372f
Octal2746626701073324566757
Binary1011110011011010110111010001111111010100101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36B7; }

 p { color: rgb(188,54,183); }

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

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

 a { background-color: rgb(188,54,183); }

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

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

 span { border-color: rgb(188,54,183); }

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