#BC35AD

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

Shades of Fuchsia #BC35AD

Tints of Fuchsia #BC35AD

Color information

#BC35AD (or 0xBC35AD) is unknown color: approx Fuchsia. HEX triplet: BC, 35 and AD. RGB value is (188,53,173). Sum of RGB (Red+Green+Blue) = 188+53+173=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC35AD is #43CA52. Grayscale: #6A6A6A. Windows color (decimal): -4442707 or 11351484. OLE color: 11351484.

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

Color convert

RGB18853173-
CMYK00.720.080.26
HSL306.67º56.02%47.25%-
HSV(B)306.67º71.81%73.73%-
XYZ29.5516.2541.11-
YUV107.04165.23185.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=45.41%
G=12.80%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885317300.720.080.26306.6756.0247.25
HexBC35AD04881A133382f
Octal27465255011010324637057
Binary101111001101011010110101001000100011010100110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35AD; }

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

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

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

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

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

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

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

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