#B33FBC

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

Shades of Fuchsia #B33FBC

Tints of Fuchsia #B33FBC

Color information

#B33FBC (or 0xB33FBC) is unknown color: approx Fuchsia. HEX triplet: B3, 3F and BC. RGB value is (179,63,188). Sum of RGB (Red+Green+Blue) = 179+63+188=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #B33FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FBC is #4CC043. Grayscale: #6F6F6F. Windows color (decimal): -5029956 or 12337075. OLE color: 12337075.

HSL color Cylindrical-coordinate representation of color #B33FBC: hue angle of 295.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33FBC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17963188-
CMYK0.050.6600.26
HSL295.68º49.8%49.22%-
HSV(B)295.68º66.49%73.73%-
XYZ29.4516.7749.26-
YUV111.93170.93175.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 63 (25% from 255) = 14.65%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=41.63%
G=14.65%
B=43.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179631880.050.6600.26295.6849.849.22
HexB33FBC54201A1283231
Octal2637727451020324506261
Binary10110011111111101111001011000010011010100101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FBC; }

 p { color: rgb(179,63,188); }

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

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

 a { background-color: rgb(179,63,188); }

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

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

 span { border-color: rgb(179,63,188); }

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