#BC33BB

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

Shades of Fuchsia #BC33BB

Tints of Fuchsia #BC33BB

Color information

#BC33BB (or 0xBC33BB) is unknown color: approx Fuchsia. HEX triplet: BC, 33 and BB. RGB value is (188,51,187). Sum of RGB (Red+Green+Blue) = 188+51+187=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33BB is #43CC44. Grayscale: #6B6B6B. Windows color (decimal): -4443205 or 12268476. OLE color: 12268476.

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

Color convert

RGB18851187-
CMYK00.730.010.26
HSL300.44º57.32%46.86%-
HSV(B)300.44º72.87%73.73%-
XYZ30.8916.6548.6-
YUV107.47172.89185.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 51 (20.31% from 255) = 11.97%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=44.13%
G=11.97%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885118700.730.010.26300.4457.3246.86
HexBC33BB04911A12c392f
Octal2746327301111324547157
Binary101111001100111011101101001001111010100101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33BB; }

 p { color: rgb(188,51,187); }

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

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

 a { background-color: rgb(188,51,187); }

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

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

 span { border-color: rgb(188,51,187); }

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