#BD52C9

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

Shades of Fuchsia #BD52C9

Tints of Fuchsia #BD52C9

Color information

#BD52C9 (or 0xBD52C9) is unknown color: approx Fuchsia. HEX triplet: BD, 52 and C9. RGB value is (189,82,201). Sum of RGB (Red+Green+Blue) = 189+82+201=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52C9 is #42AD36. Grayscale: #7F7F7F. Windows color (decimal): -4369719 or 13193917. OLE color: 13193917.

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

Color convert

RGB18982201-
CMYK0.060.5900.21
HSL293.95º52.42%55.49%-
HSV(B)293.95º59.2%78.82%-
XYZ34.5521.0757.5-
YUV127.56169.45171.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=40.04%
G=17.37%
B=42.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189822010.060.5900.21293.9552.4255.49
HexBD52C963B0151263437
Octal2751223116730254466467
Binary10111101101001011001001110111011010101100100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD52C9; }

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

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

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

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

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

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

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

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