#BD50BA

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

Shades of Fuchsia #BD50BA

Tints of Fuchsia #BD50BA

Color information

#BD50BA (or 0xBD50BA) is unknown color: approx Fuchsia. HEX triplet: BD, 50 and BA. RGB value is (189,80,186). Sum of RGB (Red+Green+Blue) = 189+80+186=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50BA is #42AF45. Grayscale: #7C7C7C. Windows color (decimal): -4370246 or 12210365. OLE color: 12210365.

HSL color Cylindrical-coordinate representation of color #BD50BA: hue angle of 301.65º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD50BA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18980186-
CMYK00.580.020.26
HSL301.65º45.23%52.75%-
HSV(B)301.65º57.67%74.12%-
XYZ32.7220.148.61-
YUV124.67162.61173.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=41.54%
G=17.58%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898018600.580.020.26301.6545.2352.75
HexBD50BA03A21A12e2d35
Octal2751202720722324565565
Binary1011110110100001011101001110101011010100101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD50BA; }

 p { color: rgb(189,80,186); }

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

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

 a { background-color: rgb(189,80,186); }

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

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

 span { border-color: rgb(189,80,186); }

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