#BD55B9

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

Shades of Fuchsia #BD55B9

Tints of Fuchsia #BD55B9

Color information

#BD55B9 (or 0xBD55B9) is unknown color: approx Fuchsia. HEX triplet: BD, 55 and B9. RGB value is (189,85,185). Sum of RGB (Red+Green+Blue) = 189+85+185=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B9 is #42AA46. Grayscale: #7F7F7F. Windows color (decimal): -4368967 or 12146109. OLE color: 12146109.

HSL color Cylindrical-coordinate representation of color #BD55B9: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD55B9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18985185-
CMYK00.550.020.26
HSL302.31º44.07%53.73%-
HSV(B)302.31º55.03%74.12%-
XYZ32.9920.8248.18-
YUV127.5160.46171.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=41.18%
G=18.52%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898518500.550.020.26302.3144.0753.73
HexBD55B903721A12e2c36
Octal2751252710672324565466
Binary1011110110101011011100101101111011010100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55B9; }

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

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

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

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

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

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

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

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