#BD63E9

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

Shades of Medium Orchid #BD63E9

Tints of Medium Orchid #BD63E9

Color information

#BD63E9 (or 0xBD63E9) is unknown color: approx Medium Orchid. HEX triplet: BD, 63 and E9. RGB value is (189,99,233). Sum of RGB (Red+Green+Blue) = 189+99+233=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63E9 is #429C16. Grayscale: #8C8C8C. Windows color (decimal): -4365335 or 15295421. OLE color: 15295421.

HSL color Cylindrical-coordinate representation of color #BD63E9: hue angle of 280.3º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD63E9 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18999233-
CMYK0.190.5800.09
HSL280.3º75.28%65.1%-
HSV(B)280.3º57.51%91.37%-
XYZ40.1625.6379.92-
YUV141.19179.82162.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 99 (39.06% from 255) = 19.00%
BLUE value IS 233 (91.41% from 255) = 44.72%
R=36.28%
G=19.00%
B=44.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189992330.190.5800.09280.375.2865.1
HexBD63E9133A091184b41
Octal2751433512372011430113101
Binary10111101110001111101001100111110100100110001100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63E9; }

 p { color: rgb(189,99,233); }

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

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

 a { background-color: rgb(189,99,233); }

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

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

 span { border-color: rgb(189,99,233); }

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