#B954BD

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

Shades of Fuchsia #B954BD

Tints of Fuchsia #B954BD

Color information

#B954BD (or 0xB954BD) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and BD. RGB value is (185,84,189). Sum of RGB (Red+Green+Blue) = 185+84+189=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #B954BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954BD is #46AB42. Grayscale: #7D7D7D. Windows color (decimal): -4631363 or 12407993. OLE color: 12407993.

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

Color convert

RGB18584189-
CMYK0.020.5600.26
HSL297.71º44.3%53.53%-
HSV(B)297.71º55.56%74.12%-
XYZ32.3620.3350.36-
YUV126.17163.46169.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=40.39%
G=18.34%
B=41.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185841890.020.5600.26297.7144.353.53
HexB954BD23801A12a2c36
Octal2711242752700324525466
Binary1011100110101001011110110111000011010100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954BD; }

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

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

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

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

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

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

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

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