#BD5CBE

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

Shades of Fuchsia #BD5CBE

Tints of Fuchsia #BD5CBE

Color information

#BD5CBE (or 0xBD5CBE) is unknown color: approx Fuchsia. HEX triplet: BD, 5C and BE. RGB value is (189,92,190). Sum of RGB (Red+Green+Blue) = 189+92+190=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CBE is #42A341. Grayscale: #838383. Windows color (decimal): -4367170 or 12475581. OLE color: 12475581.

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

Color convert

RGB18992190-
CMYK0.010.5200.25
HSL299.39º42.98%55.29%-
HSV(B)299.39º51.58%74.51%-
XYZ34.1122.1951.2-
YUV132.17160.64168.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=40.13%
G=19.53%
B=40.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189921900.010.5200.25299.3942.9855.29
HexBD5CBE13401912b2b37
Octal2751342761640314535367
Binary101111011011100101111101110100011001100101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CBE; }

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

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

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

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

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

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

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

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