#B954BA

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

Shades of Fuchsia #B954BA

Tints of Fuchsia #B954BA

Color information

#B954BA (or 0xB954BA) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and BA. RGB value is (185,84,186). Sum of RGB (Red+Green+Blue) = 185+84+186=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B954BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954BA is #46AB45. Grayscale: #7D7D7D. Windows color (decimal): -4631366 or 12211385. OLE color: 12211385.

HSL color Cylindrical-coordinate representation of color #B954BA: hue angle of 299.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B954BA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18584186-
CMYK0.010.5500.27
HSL299.41º42.5%52.94%-
HSV(B)299.41º54.84%72.94%-
XYZ32.0420.248.66-
YUV125.83161.96170.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=40.66%
G=18.46%
B=40.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185841860.010.5500.27299.4142.552.94
HexB954BA13701B12b2a35
Octal2711242721670334535265
Binary101110011010100101110101110111011011100101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954BA; }

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

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

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

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

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

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

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

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