#B640D9

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

Shades of Medium Orchid #B640D9

Tints of Medium Orchid #B640D9

Color information

#B640D9 (or 0xB640D9) is unknown color: approx Medium Orchid. HEX triplet: B6, 40 and D9. RGB value is (182,64,217). Sum of RGB (Red+Green+Blue) = 182+64+217=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #B640D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640D9 is #49BF26. Grayscale: #747474. Windows color (decimal): -4833063 or 14237878. OLE color: 14237878.

HSL color Cylindrical-coordinate representation of color #B640D9: hue angle of 286.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B640D9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18264217-
CMYK0.160.7100.15
HSL286.27º66.81%55.1%-
HSV(B)286.27º70.51%85.1%-
XYZ33.6518.6267.47-
YUV116.72184.59174.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=39.31%
G=13.82%
B=46.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182642170.160.7100.15286.2766.8155.1
HexB640D910470F11e4337
Octal2661003312010701743610367
Binary10110110100000011011001100001000111011111000111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B640D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B640D9; }

 p { color: rgb(182,64,217); }

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

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

 a { background-color: rgb(182,64,217); }

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

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

 span { border-color: rgb(182,64,217); }

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