#BD39C9

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

Shades of Fuchsia #BD39C9

Tints of Fuchsia #BD39C9

Color information

#BD39C9 (or 0xBD39C9) is unknown color: approx Fuchsia. HEX triplet: BD, 39 and C9. RGB value is (189,57,201). Sum of RGB (Red+Green+Blue) = 189+57+201=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39C9 is #42C636. Grayscale: #707070. Windows color (decimal): -4376119 or 13187517. OLE color: 13187517.

HSL color Cylindrical-coordinate representation of color #BD39C9: hue angle of 295º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD39C9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18957201-
CMYK0.060.7200.21
HSL295º57.14%50.59%-
HSV(B)295º71.64%78.82%-
XYZ32.9917.9656.99-
YUV112.88177.73182.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 57 (22.66% from 255) = 12.75%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=42.28%
G=12.75%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189572010.060.7200.2129557.1450.59
HexBD39C96480151273933
Octal2757131161100254477163
Binary10111101111001110010011101001000010101100100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39C9; }

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

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

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

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

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

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

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

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