#BD55B7

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

Shades of Fuchsia #BD55B7

Tints of Fuchsia #BD55B7

Color information

#BD55B7 (or 0xBD55B7) is unknown color: approx Fuchsia. HEX triplet: BD, 55 and B7. RGB value is (189,85,183). Sum of RGB (Red+Green+Blue) = 189+85+183=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B7 is #42AA48. Grayscale: #7E7E7E. Windows color (decimal): -4368969 or 12015037. OLE color: 12015037.

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

Color convert

RGB18985183-
CMYK00.550.030.26
HSL303.46º44.07%53.73%-
HSV(B)303.46º55.03%74.12%-
XYZ32.7820.7347.07-
YUV127.27159.46172.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=41.36%
G=18.60%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898518300.550.030.26303.4644.0753.73
HexBD55B703731A12f2c36
Octal2751252670673324575466
Binary1011110110101011011011101101111111010100101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55B7; }

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

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

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

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

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

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

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

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