#BD4AC8

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

Shades of Fuchsia #BD4AC8

Tints of Fuchsia #BD4AC8

Color information

#BD4AC8 (or 0xBD4AC8) is unknown color: approx Fuchsia. HEX triplet: BD, 4A and C8. RGB value is (189,74,200). Sum of RGB (Red+Green+Blue) = 189+74+200=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD4AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4AC8 is #42B537. Grayscale: #7A7A7A. Windows color (decimal): -4371768 or 13126333. OLE color: 13126333.

HSL color Cylindrical-coordinate representation of color #BD4AC8: hue angle of 294.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4AC8 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18974200-
CMYK0.060.6300.22
HSL294.76º53.39%53.73%-
HSV(B)294.76º63%78.43%-
XYZ33.8619.8956.7-
YUV122.75171.6175.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=40.82%
G=15.98%
B=43.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189742000.060.6300.22294.7653.3953.73
HexBD4AC863F0161273536
Octal2751123106770264476566
Binary10111101100101011001000110111111010110100100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4AC8; }

 p { color: rgb(189,74,200); }

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

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

 a { background-color: rgb(189,74,200); }

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

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

 span { border-color: rgb(189,74,200); }

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