#B33BBF

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

Shades of Fuchsia #B33BBF

Tints of Fuchsia #B33BBF

Color information

#B33BBF (or 0xB33BBF) is unknown color: approx Fuchsia. HEX triplet: B3, 3B and BF. RGB value is (179,59,191). Sum of RGB (Red+Green+Blue) = 179+59+191=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #B33BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BBF is #4CC440. Grayscale: #6D6D6D. Windows color (decimal): -5030977 or 12532659. OLE color: 12532659.

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

Color convert

RGB17959191-
CMYK0.060.6900.25
HSL294.55º52.8%49.02%-
HSV(B)294.55º69.11%74.9%-
XYZ29.5616.4750.91-
YUV109.93173.76177.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 59 (23.44% from 255) = 13.75%
BLUE value IS 191 (75% from 255) = 44.52%
R=41.72%
G=13.75%
B=44.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179591910.060.6900.25294.5552.849.02
HexB33BBF6450191273531
Octal2637327761050314476561
Binary10110011111011101111111101000101011001100100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33BBF; }

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

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

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

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

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

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

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

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