#BD39BA

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

Shades of Fuchsia #BD39BA

Tints of Fuchsia #BD39BA

Color information

#BD39BA (or 0xBD39BA) is unknown color: approx Fuchsia. HEX triplet: BD, 39 and BA. RGB value is (189,57,186). Sum of RGB (Red+Green+Blue) = 189+57+186=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39BA is #42C645. Grayscale: #6E6E6E. Windows color (decimal): -4376134 or 12204477. OLE color: 12204477.

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

Color convert

RGB18957186-
CMYK00.700.020.26
HSL301.36º53.66%48.24%-
HSV(B)301.36º69.84%74.12%-
XYZ31.3117.2948.14-
YUV111.17170.23183.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=43.75%
G=13.19%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895718600.700.020.26301.3653.6648.24
HexBD39BA04621A12d3630
Octal2757127201062324556660
Binary1011110111100110111010010001101011010100101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39BA; }

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

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

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

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

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

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

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

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