#B330B1

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

Shades of Fuchsia #B330B1

Tints of Fuchsia #B330B1

Color information

#B330B1 (or 0xB330B1) is unknown color: approx Fuchsia. HEX triplet: B3, 30 and B1. RGB value is (179,48,177). Sum of RGB (Red+Green+Blue) = 179+48+177=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B330B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330B1 is #4CCF4E. Grayscale: #656565. Windows color (decimal): -5033807 or 11612339. OLE color: 11612339.

HSL color Cylindrical-coordinate representation of color #B330B1: hue angle of 300.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B330B1 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17948177-
CMYK00.730.010.30
HSL300.92º57.71%44.51%-
HSV(B)300.92º73.18%70.2%-
XYZ27.5814.8743.01-
YUV101.88170.4183.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=44.31%
G=11.88%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794817700.730.010.30300.9257.7144.51
HexB330B104911E12d3a2d
Octal2636026101111364557255
Binary101100111100001011000101001001111110100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330B1; }

 p { color: rgb(179,48,177); }

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

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

 a { background-color: rgb(179,48,177); }

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

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

 span { border-color: rgb(179,48,177); }

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