#B335BE

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

Shades of Fuchsia #B335BE

Tints of Fuchsia #B335BE

Color information

#B335BE (or 0xB335BE) is unknown color: approx Fuchsia. HEX triplet: B3, 35 and BE. RGB value is (179,53,190). Sum of RGB (Red+Green+Blue) = 179+53+190=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #B335BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335BE is #4CCA41. Grayscale: #696969. Windows color (decimal): -5032514 or 12465587. OLE color: 12465587.

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

Color convert

RGB17953190-
CMYK0.060.7200.25
HSL295.18º56.38%47.65%-
HSV(B)295.18º72.11%74.51%-
XYZ29.1615.8550.24-
YUV106.29175.24179.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=42.42%
G=12.56%
B=45.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179531900.060.7200.25295.1856.3847.65
HexB335BE6480191273830
Octal2636527661100314477060
Binary10110011110101101111101101001000011001100100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B335BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B335BE; }

 p { color: rgb(179,53,190); }

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

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

 a { background-color: rgb(179,53,190); }

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

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

 span { border-color: rgb(179,53,190); }

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