#BD40FF

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

Shades of Medium Orchid #BD40FF

Tints of Medium Orchid #BD40FF

Color information

#BD40FF (or 0xBD40FF) is unknown color: approx Medium Orchid. HEX triplet: BD, 40 and FF. RGB value is (189,64,255). Sum of RGB (Red+Green+Blue) = 189+64+255=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD40FF is #42BF00. Grayscale: #7A7A7A. Windows color (decimal): -4374273 or 16728253. OLE color: 16728253.

HSL color Cylindrical-coordinate representation of color #BD40FF: hue angle of 279.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD40FF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18964255-
CMYK0.260.7500
HSL279.27º100%62.55%-
HSV(B)279.27º74.9%100%-
XYZ40.8721.7196.64-
YUV123.15202.41174.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 64 (25.39% from 255) = 12.60%
BLUE value IS 255 (100% from 255) = 50.20%
R=37.20%
G=12.60%
B=50.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189642550.260.7500279.2710062.55
HexBD40FF1A4B00117643f
Octal275100377321130042714477
Binary10111101100000011111111110101001011001000101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40FF; }

 p { color: rgb(189,64,255); }

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

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

 a { background-color: rgb(189,64,255); }

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

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

 span { border-color: rgb(189,64,255); }

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