#BD45BA

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

Shades of Fuchsia #BD45BA

Tints of Fuchsia #BD45BA

Color information

#BD45BA (or 0xBD45BA) is unknown color: approx Fuchsia. HEX triplet: BD, 45 and BA. RGB value is (189,69,186). Sum of RGB (Red+Green+Blue) = 189+69+186=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45BA is #42BA45. Grayscale: #757575. Windows color (decimal): -4373062 or 12207549. OLE color: 12207549.

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

Color convert

RGB18969186-
CMYK00.630.020.26
HSL301.5º47.62%50.59%-
HSV(B)301.5º63.49%74.12%-
XYZ31.9818.6248.36-
YUV118.22166.26178.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=42.57%
G=15.54%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896918600.630.020.26301.547.6250.59
HexBD45BA03F21A12e3033
Octal2751052720772324566063
Binary1011110110001011011101001111111011010100101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45BA; }

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

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

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

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

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

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

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

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