#BD48CA

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

Shades of Fuchsia #BD48CA

Tints of Fuchsia #BD48CA

Color information

#BD48CA (or 0xBD48CA) is unknown color: approx Fuchsia. HEX triplet: BD, 48 and CA. RGB value is (189,72,202). Sum of RGB (Red+Green+Blue) = 189+72+202=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48CA is #42B735. Grayscale: #797979. Windows color (decimal): -4372278 or 13256893. OLE color: 13256893.

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

Color convert

RGB18972202-
CMYK0.060.6400.21
HSL294º55.08%53.73%-
HSV(B)294º64.36%79.22%-
XYZ33.9619.7257.89-
YUV121.8173.26175.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=40.82%
G=15.55%
B=43.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189722020.060.6400.2129455.0853.73
HexBD48CA6400151263736
Octal27511031261000254466766
Binary101111011001000110010101101000000010101100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48CA; }

 p { color: rgb(189,72,202); }

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

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

 a { background-color: rgb(189,72,202); }

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

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

 span { border-color: rgb(189,72,202); }

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