#B954BE

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

Shades of Fuchsia #B954BE

Tints of Fuchsia #B954BE

Color information

#B954BE (or 0xB954BE) is unknown color: approx Fuchsia. HEX triplet: B9, 54 and BE. RGB value is (185,84,190). Sum of RGB (Red+Green+Blue) = 185+84+190=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B954BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954BE is #46AB41. Grayscale: #7D7D7D. Windows color (decimal): -4631362 or 12473529. OLE color: 12473529.

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

Color convert

RGB18584190-
CMYK0.030.5600.25
HSL297.17º44.92%53.73%-
HSV(B)297.17º55.79%74.51%-
XYZ32.4720.3750.94-
YUV126.28163.96169.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=40.31%
G=18.30%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185841900.030.5600.25297.1744.9253.73
HexB954BE3380191292d36
Octal2711242763700314515566
Binary1011100110101001011111011111000011001100101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954BE; }

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

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

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

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

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

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

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

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