#B333B7

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

Shades of Fuchsia #B333B7

Tints of Fuchsia #B333B7

Color information

#B333B7 (or 0xB333B7) is unknown color: approx Fuchsia. HEX triplet: B3, 33 and B7. RGB value is (179,51,183). Sum of RGB (Red+Green+Blue) = 179+51+183=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #B333B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333B7 is #4CCC48. Grayscale: #676767. Windows color (decimal): -5033033 or 12006323. OLE color: 12006323.

HSL color Cylindrical-coordinate representation of color #B333B7: hue angle of 298.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B333B7 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17951183-
CMYK0.020.7200.28
HSL298.18º56.41%45.88%-
HSV(B)298.18º72.13%71.76%-
XYZ28.3215.3746.27-
YUV104.32172.41181.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=43.34%
G=12.35%
B=44.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179511830.020.7200.28298.1856.4145.88
HexB333B724801C12a382e
Octal2636326721100344527056
Binary1011001111001110110111101001000011100100101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333B7; }

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

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

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

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

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

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

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

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