#BD39C1

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

Shades of Fuchsia #BD39C1

Tints of Fuchsia #BD39C1

Color information

#BD39C1 (or 0xBD39C1) is unknown color: approx Fuchsia. HEX triplet: BD, 39 and C1. RGB value is (189,57,193). Sum of RGB (Red+Green+Blue) = 189+57+193=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD39C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39C1 is #42C63E. Grayscale: #6F6F6F. Windows color (decimal): -4376127 or 12663229. OLE color: 12663229.

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

Color convert

RGB18957193-
CMYK0.020.7000.24
HSL298.24º54.4%49.02%-
HSV(B)298.24º70.47%75.69%-
XYZ32.0817.652.16-
YUV111.97173.73182.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=43.05%
G=12.98%
B=43.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189571930.020.7000.24298.2454.449.02
HexBD39C124601812a3631
Octal2757130121060304526661
Binary1011110111100111000001101000110011000100101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39C1; }

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

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

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

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

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

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

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

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