#BD52C5

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

Shades of Fuchsia #BD52C5

Tints of Fuchsia #BD52C5

Color information

#BD52C5 (or 0xBD52C5) is unknown color: approx Fuchsia. HEX triplet: BD, 52 and C5. RGB value is (189,82,197). Sum of RGB (Red+Green+Blue) = 189+82+197=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD52C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52C5 is #42AD3A. Grayscale: #7E7E7E. Windows color (decimal): -4369723 or 12931773. OLE color: 12931773.

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

Color convert

RGB18982197-
CMYK0.040.5800.23
HSL295.83º49.78%54.71%-
HSV(B)295.83º58.38%77.25%-
XYZ34.0820.8855.06-
YUV127.1167.45172.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=40.38%
G=17.52%
B=42.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189821970.040.5800.23295.8349.7854.71
HexBD52C543A0171283237
Octal2751223054720274506267
Binary10111101101001011000101100111010010111100101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD52C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD52C5; }

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

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

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

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

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

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

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

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