#B333BD

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

Shades of Fuchsia #B333BD

Tints of Fuchsia #B333BD

Color information

#B333BD (or 0xB333BD) is unknown color: approx Fuchsia. HEX triplet: B3, 33 and BD. RGB value is (179,51,189). Sum of RGB (Red+Green+Blue) = 179+51+189=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B333BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BD is #4CCC42. Grayscale: #686868. Windows color (decimal): -5033027 or 12399539. OLE color: 12399539.

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

Color convert

RGB17951189-
CMYK0.050.7300.26
HSL295.65º57.5%47.06%-
HSV(B)295.65º73.02%74.12%-
XYZ28.9615.6349.63-
YUV105175.41180.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=42.72%
G=12.17%
B=45.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179511890.050.7300.26295.6557.547.06
HexB333BD54901A1283a2f
Octal2636327551110324507257
Binary10110011110011101111011011001001011010100101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333BD; }

 p { color: rgb(179,51,189); }

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

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

 a { background-color: rgb(179,51,189); }

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

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

 span { border-color: rgb(179,51,189); }

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