#BC35C0

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

Shades of Fuchsia #BC35C0

Tints of Fuchsia #BC35C0

Color information

#BC35C0 (or 0xBC35C0) is unknown color: approx Fuchsia. HEX triplet: BC, 35 and C0. RGB value is (188,53,192). Sum of RGB (Red+Green+Blue) = 188+53+192=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35C0 is #43CA3F. Grayscale: #6C6C6C. Windows color (decimal): -4442688 or 12596668. OLE color: 12596668.

HSL color Cylindrical-coordinate representation of color #BC35C0: hue angle of 298.27º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC35C0 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18853192-
CMYK0.020.7200.25
HSL298.27º56.73%48.04%-
HSV(B)298.27º72.4%75.29%-
XYZ31.5317.0451.5-
YUV109.21174.73184.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=43.42%
G=12.24%
B=44.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188531920.020.7200.25298.2756.7348.04
HexBC35C024801912a3930
Octal2746530021100314527160
Binary1011110011010111000000101001000011001100101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35C0; }

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

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

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

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

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

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

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

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