#BD5EBA

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

Shades of Fuchsia #BD5EBA

Tints of Fuchsia #BD5EBA

Color information

#BD5EBA (or 0xBD5EBA) is unknown color: approx Fuchsia. HEX triplet: BD, 5E and BA. RGB value is (189,94,186). Sum of RGB (Red+Green+Blue) = 189+94+186=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EBA is #42A145. Grayscale: #848484. Windows color (decimal): -4366662 or 12213949. OLE color: 12213949.

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

Color convert

RGB18994186-
CMYK00.500.020.26
HSL301.89º41.85%55.49%-
HSV(B)301.89º50.26%74.12%-
XYZ33.8522.3748.99-
YUV132.89157.97168.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=40.30%
G=20.04%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899418600.500.020.26301.8941.8555.49
HexBD5EBA03221A12e2a37
Octal2751362720622324565267
Binary1011110110111101011101001100101011010100101110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5EBA; }

 p { color: rgb(189,94,186); }

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

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

 a { background-color: rgb(189,94,186); }

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

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

 span { border-color: rgb(189,94,186); }

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