#BD5ABF

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

Shades of Fuchsia #BD5ABF

Tints of Fuchsia #BD5ABF

Color information

#BD5ABF (or 0xBD5ABF) is unknown color: approx Fuchsia. HEX triplet: BD, 5A and BF. RGB value is (189,90,191). Sum of RGB (Red+Green+Blue) = 189+90+191=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD5ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ABF is #42A540. Grayscale: #828282. Windows color (decimal): -4367681 or 12540605. OLE color: 12540605.

HSL color Cylindrical-coordinate representation of color #BD5ABF: hue angle of 298.81º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5ABF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18990191-
CMYK0.010.5300.25
HSL298.81º44.1%55.1%-
HSV(B)298.81º52.88%74.9%-
XYZ34.0521.8951.72-
YUV131.12161.8169.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 191 (75% from 255) = 40.64%
R=40.21%
G=19.15%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189901910.010.5300.25298.8144.155.1
HexBD5ABF13501912b2c37
Octal2751322771650314535467
Binary101111011011010101111111110101011001100101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5ABF; }

 p { color: rgb(189,90,191); }

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

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

 a { background-color: rgb(189,90,191); }

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

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

 span { border-color: rgb(189,90,191); }

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