#B333B4

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

Shades of Fuchsia #B333B4

Tints of Fuchsia #B333B4

Color information

#B333B4 (or 0xB333B4) is unknown color: approx Fuchsia. HEX triplet: B3, 33 and B4. RGB value is (179,51,180). Sum of RGB (Red+Green+Blue) = 179+51+180=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #B333B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333B4 is #4CCC4B. Grayscale: #676767. Windows color (decimal): -5033036 or 11809715. OLE color: 11809715.

HSL color Cylindrical-coordinate representation of color #B333B4: hue angle of 299.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B333B4 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17951180-
CMYK0.010.7200.29
HSL299.53º55.84%45.29%-
HSV(B)299.53º71.67%70.59%-
XYZ28.0115.2544.65-
YUV103.98170.91181.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=43.66%
G=12.44%
B=43.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179511800.010.7200.29299.5355.8445.29
HexB333B414801D12c382d
Octal2636326411100354547055
Binary101100111100111011010011001000011101100101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333B4; }

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

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

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

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

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

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

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

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