#BD78C3

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

Shades of Fuchsia #BD78C3

Tints of Fuchsia #BD78C3

Color information

#BD78C3 (or 0xBD78C3) is unknown color: approx Fuchsia. HEX triplet: BD, 78 and C3. RGB value is (189,120,195). Sum of RGB (Red+Green+Blue) = 189+120+195=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD78C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78C3 is #42873C. Grayscale: #949494. Windows color (decimal): -4359997 or 12810429. OLE color: 12810429.

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

Color convert

RGB189120195-
CMYK0.030.3800.24
HSL295.2º38.46%61.76%-
HSV(B)295.2º38.46%76.47%-
XYZ37.5528.1955.09-
YUV149.18153.86156.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=37.5%
G=23.81%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891201950.030.3800.24295.238.4661.76
HexBD78C3326018127263e
Octal2751703033460304474676
Binary1011110111110001100001111100110011000100100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78C3; }

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

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

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

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

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

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

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

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