#BC35B9

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

Shades of Fuchsia #BC35B9

Tints of Fuchsia #BC35B9

Color information

#BC35B9 (or 0xBC35B9) is unknown color: approx Fuchsia. HEX triplet: BC, 35 and B9. RGB value is (188,53,185). Sum of RGB (Red+Green+Blue) = 188+53+185=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35B9 is #43CA46. Grayscale: #6C6C6C. Windows color (decimal): -4442695 or 12137916. OLE color: 12137916.

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

Color convert

RGB18853185-
CMYK00.720.020.26
HSL301.33º56.02%47.25%-
HSV(B)301.33º71.81%73.73%-
XYZ30.7716.7447.51-
YUV108.41171.23184.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=44.13%
G=12.44%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885318500.720.020.26301.3356.0247.25
HexBC35B904821A12d382f
Octal2746527101102324557057
Binary1011110011010110111001010010001011010100101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35B9; }

 p { color: rgb(188,53,185); }

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

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

 a { background-color: rgb(188,53,185); }

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

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

 span { border-color: rgb(188,53,185); }

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