#BD54BE

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

Shades of Fuchsia #BD54BE

Tints of Fuchsia #BD54BE

Color information

#BD54BE (or 0xBD54BE) is unknown color: approx Fuchsia. HEX triplet: BD, 54 and BE. RGB value is (189,84,190). Sum of RGB (Red+Green+Blue) = 189+84+190=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54BE is #42AB41. Grayscale: #7F7F7F. Windows color (decimal): -4369218 or 12473533. OLE color: 12473533.

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

Color convert

RGB18984190-
CMYK0.010.5600.25
HSL299.43º44.92%53.73%-
HSV(B)299.43º55.79%74.51%-
XYZ33.4520.8850.98-
YUV127.48163.29171.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=40.82%
G=18.14%
B=41.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189841900.010.5600.25299.4344.9253.73
HexBD54BE13801912b2d36
Octal2751242761700314535566
Binary101111011010100101111101111000011001100101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD54BE; }

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

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

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

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

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

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

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

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