#BD4FC9

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

Shades of Fuchsia #BD4FC9

Tints of Fuchsia #BD4FC9

Color information

#BD4FC9 (or 0xBD4FC9) is unknown color: approx Fuchsia. HEX triplet: BD, 4F and C9. RGB value is (189,79,201). Sum of RGB (Red+Green+Blue) = 189+79+201=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD4FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FC9 is #42B036. Grayscale: #7D7D7D. Windows color (decimal): -4370487 or 13193149. OLE color: 13193149.

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

Color convert

RGB18979201-
CMYK0.060.6100.21
HSL294.1º53.04%54.9%-
HSV(B)294.1º60.7%78.82%-
XYZ34.3220.6357.43-
YUV125.8170.44173.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 79 (31.25% from 255) = 16.84%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=40.30%
G=16.84%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189792010.060.6100.21294.153.0454.9
HexBD4FC963D0151263537
Octal2751173116750254466567
Binary10111101100111111001001110111101010101100100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FC9; }

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

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

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

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

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

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

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

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