#B33FBF

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

Shades of Fuchsia #B33FBF

Tints of Fuchsia #B33FBF

Color information

#B33FBF (or 0xB33FBF) is unknown color: approx Fuchsia. HEX triplet: B3, 3F and BF. RGB value is (179,63,191). Sum of RGB (Red+Green+Blue) = 179+63+191=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #B33FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FBF is #4CC040. Grayscale: #6F6F6F. Windows color (decimal): -5029953 or 12533683. OLE color: 12533683.

HSL color Cylindrical-coordinate representation of color #B33FBF: hue angle of 294.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33FBF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17963191-
CMYK0.060.6700.25
HSL294.38º50.39%49.8%-
HSV(B)294.38º67.02%74.9%-
XYZ29.7716.950.98-
YUV112.28172.43175.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 191 (75% from 255) = 44.11%
R=41.34%
G=14.55%
B=44.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179631910.060.6700.25294.3850.3949.8
HexB33FBF6430191263232
Octal2637727761030314466262
Binary10110011111111101111111101000011011001100100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FBF; }

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

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

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

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

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

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

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

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