#B554BD

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

Shades of Fuchsia #B554BD

Tints of Fuchsia #B554BD

Color information

#B554BD (or 0xB554BD) is unknown color: approx Fuchsia. HEX triplet: B5, 54 and BD. RGB value is (181,84,189). Sum of RGB (Red+Green+Blue) = 181+84+189=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #B554BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554BD is #4AAB42. Grayscale: #7C7C7C. Windows color (decimal): -4893507 or 12407989. OLE color: 12407989.

HSL color Cylindrical-coordinate representation of color #B554BD: hue angle of 295.43º 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 #B554BD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18184189-
CMYK0.040.5600.26
HSL295.43º44.3%53.53%-
HSV(B)295.43º55.56%74.12%-
XYZ31.4119.8450.32-
YUV124.97164.14167.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=39.87%
G=18.50%
B=41.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181841890.040.5600.26295.4344.353.53
HexB554BD43801A1272c36
Octal2651242754700324475466
Binary10110101101010010111101100111000011010100100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554BD; }

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

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

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

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

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

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

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

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