#BD5BAB

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

Shades of Fuchsia #BD5BAB

Tints of Fuchsia #BD5BAB

Color information

#BD5BAB (or 0xBD5BAB) is unknown color: approx Fuchsia. HEX triplet: BD, 5B and AB. RGB value is (189,91,171). Sum of RGB (Red+Green+Blue) = 189+91+171=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5BAB is #42A454. Grayscale: #818181. Windows color (decimal): -4367445 or 11230141. OLE color: 11230141.

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

Color convert

RGB18991171-
CMYK00.520.100.26
HSL311.02º42.61%54.9%-
HSV(B)311.02º51.85%74.12%-
XYZ32.0821.2440.94-
YUV129.42151.47170.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=41.91%
G=20.18%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899117100.520.100.26311.0242.6154.9
HexBD5BAB034A1A1372b37
Octal27513325306412324675367
Binary101111011011011101010110110100101011010100110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5BAB; }

 p { color: rgb(189,91,171); }

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

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

 a { background-color: rgb(189,91,171); }

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

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

 span { border-color: rgb(189,91,171); }

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