#B754BB

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

Shades of Fuchsia #B754BB

Tints of Fuchsia #B754BB

Color information

#B754BB (or 0xB754BB) is unknown color: approx Fuchsia. HEX triplet: B7, 54 and BB. RGB value is (183,84,187). Sum of RGB (Red+Green+Blue) = 183+84+187=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B754BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BB is #48AB44. Grayscale: #7D7D7D. Windows color (decimal): -4762437 or 12276919. OLE color: 12276919.

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

Color convert

RGB18384187-
CMYK0.020.5500.27
HSL297.67º43.1%53.14%-
HSV(B)297.67º55.08%73.33%-
XYZ31.672049.2-
YUV125.34162.8169.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=40.31%
G=18.50%
B=41.19%

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
Decimal183841870.020.5500.27297.6743.153.14
HexB754BB23701B12a2b35
Octal2671242732670334525365
Binary1011011110101001011101110110111011011100101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B754BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B754BB; }

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

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

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

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

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

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

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

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