#BD45FD

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

Shades of Medium Orchid #BD45FD

Tints of Medium Orchid #BD45FD

Color information

#BD45FD (or 0xBD45FD) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and FD. RGB value is (189,69,253). Sum of RGB (Red+Green+Blue) = 189+69+253=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45FD is #42BA02. Grayscale: #7D7D7D. Windows color (decimal): -4372995 or 16598461. OLE color: 16598461.

HSL color Cylindrical-coordinate representation of color #BD45FD: hue angle of 279.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD45FD is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18969253-
CMYK0.250.7300.01
HSL279.13º97.87%63.14%-
HSV(B)279.13º72.73%99.22%-
XYZ40.8422.1795.05-
YUV125.86199.76173.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 69 (27.34% from 255) = 13.50%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=36.99%
G=13.50%
B=49.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189692530.250.7300.01279.1397.8763.14
HexBD45FD194901117623f
Octal275105375311110142714277
Binary10111101100010111111101110011001001011000101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45FD; }

 p { color: rgb(189,69,253); }

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

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

 a { background-color: rgb(189,69,253); }

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

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

 span { border-color: rgb(189,69,253); }

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