#BD5CAB

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

Shades of Fuchsia #BD5CAB

Tints of Fuchsia #BD5CAB

Color information

#BD5CAB (or 0xBD5CAB) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and AB. RGB value is (189,92,171). Sum of RGB (Red+Green+Blue) = 189+92+171=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAB is #42A354. Grayscale: #818181. Windows color (decimal): -4367189 or 11230397. OLE color: 11230397.

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

Color convert

RGB18992171-
CMYK00.510.100.26
HSL311.13º42.36%55.1%-
HSV(B)311.13º51.32%74.12%-
XYZ32.1621.4140.97-
YUV130.01151.14170.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=41.81%
G=20.35%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899217100.510.100.26311.1342.3655.1
HexBD5CAB033A1A1372a37
Octal27513425306312324675267
Binary101111011011100101010110110011101011010100110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CAB; }

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

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

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

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

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

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

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

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