#BD5CBA

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

Shades of Fuchsia #BD5CBA

Tints of Fuchsia #BD5CBA

Color information

#BD5CBA (or 0xBD5CBA) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and BA. RGB value is (189,92,186). Sum of RGB (Red+Green+Blue) = 189+92+186=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CBA is #42A345. Grayscale: #838383. Windows color (decimal): -4367174 or 12213437. OLE color: 12213437.

HSL color Cylindrical-coordinate representation of color #BD5CBA: hue angle of 301.86º 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 #BD5CBA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18992186-
CMYK00.510.020.26
HSL301.86º42.36%55.1%-
HSV(B)301.86º51.32%74.12%-
XYZ33.6822.0248.93-
YUV131.72158.64168.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=40.47%
G=19.70%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899218600.510.020.26301.8642.3655.1
HexBD5CBA03321A12e2a37
Octal2751342720632324565267
Binary1011110110111001011101001100111011010100101110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CBA; }

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

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

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

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

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

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

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

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