#BD43C3

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

Shades of Fuchsia #BD43C3

Tints of Fuchsia #BD43C3

Color information

#BD43C3 (or 0xBD43C3) is unknown color: approx Fuchsia. HEX triplet: BD, 43 and C3. RGB value is (189,67,195). Sum of RGB (Red+Green+Blue) = 189+67+195=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD43C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43C3 is #42BC3C. Grayscale: #757575. Windows color (decimal): -4373565 or 12796861. OLE color: 12796861.

HSL color Cylindrical-coordinate representation of color #BD43C3: hue angle of 297.19º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD43C3 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18967195-
CMYK0.030.6600.24
HSL297.19º51.61%51.37%-
HSV(B)297.19º65.64%76.47%-
XYZ32.8418.7753.52-
YUV118.07171.42178.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 195 (76.56% from 255) = 43.24%
R=41.91%
G=14.86%
B=43.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189671950.030.6600.24297.1951.6151.37
HexBD43C33420181293433
Octal27510330331020304516463
Binary10111101100001111000011111000010011000100101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD43C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD43C3; }

 p { color: rgb(189,67,195); }

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

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

 a { background-color: rgb(189,67,195); }

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

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

 span { border-color: rgb(189,67,195); }

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