#bd54c4

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

Shades of Fuchsia #BD54C4

Tints of Fuchsia #BD54C4

Color information

#BD54C4 (or 0xBD54C4) is unknown color: approx Fuchsia. HEX triplet: BD, 54 and C4. RGB value is (189,84,196). Sum of RGB (Red+Green+Blue) = 189+84+196=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD54C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54C4 is #42AB3B. Grayscale: #7F7F7F. Windows color (decimal): -4369212 or 12866749. OLE color: 12866749.

HSL color Cylindrical-coordinate representation of color #BD54C4: hue angle of 296.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD54C4 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18984196-
CMYK0.040.5700.23
HSL296.25º48.7%54.9%-
HSV(B)296.25º57.14%76.86%-
XYZ34.1221.1454.51-
YUV128.16166.29171.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=40.30%
G=17.91%
B=41.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189841960.040.5700.23296.2548.754.9
HexBD54C44390171283137
Octal2751243044710274506167
Binary10111101101010011000100100111001010111100101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd54c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd54c4; }

 p { color: rgb(189,84,196); }

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

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

 a { background-color: rgb(189,84,196); }

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

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

 span { border-color: rgb(189,84,196); }

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