#B754BA

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

Shades of Fuchsia #B754BA

Tints of Fuchsia #B754BA

Color information

#B754BA (or 0xB754BA) is unknown color: approx Fuchsia. HEX triplet: B7, 54 and BA. RGB value is (183,84,186). Sum of RGB (Red+Green+Blue) = 183+84+186=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B754BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BA is #48AB45. Grayscale: #7C7C7C. Windows color (decimal): -4762438 or 12211383. OLE color: 12211383.

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

Color convert

RGB18384186-
CMYK0.020.5500.27
HSL298.24º42.5%52.94%-
HSV(B)298.24º54.84%72.94%-
XYZ31.5619.9548.64-
YUV125.23162.3169.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=40.40%
G=18.54%
B=41.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183841860.020.5500.27298.2442.552.94
HexB754BA23701B12a2a35
Octal2671242722670334525265
Binary1011011110101001011101010110111011011100101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B754BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B754BA; }

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

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

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

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

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

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

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

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