#BC35B8

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

Shades of Fuchsia #BC35B8

Tints of Fuchsia #BC35B8

Color information

#BC35B8 (or 0xBC35B8) is unknown color: approx Fuchsia. HEX triplet: BC, 35 and B8. RGB value is (188,53,184). Sum of RGB (Red+Green+Blue) = 188+53+184=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35B8 is #43CA47. Grayscale: #6B6B6B. Windows color (decimal): -4442696 or 12072380. OLE color: 12072380.

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

Color convert

RGB18853184-
CMYK00.720.020.26
HSL301.78º56.02%47.25%-
HSV(B)301.78º71.81%73.73%-
XYZ30.6616.746.95-
YUV108.3170.73184.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=44.24%
G=12.47%
B=43.29%

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
Decimal1885318400.720.020.26301.7856.0247.25
HexBC35B804821A12e382f
Octal2746527001102324567057
Binary1011110011010110111000010010001011010100101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35B8; }

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

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

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

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

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

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

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

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