#B354BD

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

Shades of Fuchsia #B354BD

Tints of Fuchsia #B354BD

Color information

#B354BD (or 0xB354BD) is unknown color: approx Fuchsia. HEX triplet: B3, 54 and BD. RGB value is (179,84,189). Sum of RGB (Red+Green+Blue) = 179+84+189=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B354BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354BD is #4CAB42. Grayscale: #7C7C7C. Windows color (decimal): -5024579 or 12407987. OLE color: 12407987.

HSL color Cylindrical-coordinate representation of color #B354BD: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B354BD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17984189-
CMYK0.050.5600.26
HSL294.29º44.3%53.53%-
HSV(B)294.29º55.56%74.12%-
XYZ30.9519.650.3-
YUV124.38164.47166.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=39.60%
G=18.58%
B=41.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179841890.050.5600.26294.2944.353.53
HexB354BD53801A1262c36
Octal2631242755700324465466
Binary10110011101010010111101101111000011010100100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B354BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B354BD; }

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

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

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

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

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

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

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

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