#B354BE

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

Shades of Fuchsia #B354BE

Tints of Fuchsia #B354BE

Color information

#B354BE (or 0xB354BE) is unknown color: approx Fuchsia. HEX triplet: B3, 54 and BE. RGB value is (179,84,190). Sum of RGB (Red+Green+Blue) = 179+84+190=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #B354BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354BE is #4CAB41. Grayscale: #7C7C7C. Windows color (decimal): -5024578 or 12473523. OLE color: 12473523.

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

Color convert

RGB17984190-
CMYK0.060.5600.25
HSL293.77º44.92%53.73%-
HSV(B)293.77º55.79%74.51%-
XYZ31.0519.6450.87-
YUV124.49164.97166.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=39.51%
G=18.54%
B=41.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179841900.060.5600.25293.7744.9253.73
HexB354BE6380191262d36
Octal2631242766700314465566
Binary10110011101010010111110110111000011001100100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B354BE; }

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

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

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

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

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

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

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

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