#BD39B1

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

Shades of Fuchsia #BD39B1

Tints of Fuchsia #BD39B1

Color information

#BD39B1 (or 0xBD39B1) is unknown color: approx Fuchsia. HEX triplet: BD, 39 and B1. RGB value is (189,57,177). Sum of RGB (Red+Green+Blue) = 189+57+177=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39B1 is #42C64E. Grayscale: #6D6D6D. Windows color (decimal): -4376143 or 11614653. OLE color: 11614653.

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

Color convert

RGB18957177-
CMYK00.700.060.26
HSL305.45º53.66%48.24%-
HSV(B)305.45º69.84%74.12%-
XYZ30.3916.9243.26-
YUV110.15165.73184.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=44.68%
G=13.48%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895717700.700.060.26305.4553.6648.24
HexBD39B104661A1313630
Octal2757126101066324616660
Binary10111101111001101100010100011011011010100110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39B1; }

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

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

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

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

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

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

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

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