#B649D1

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

Shades of Medium Orchid #B649D1

Tints of Medium Orchid #B649D1

Color information

#B649D1 (or 0xB649D1) is unknown color: approx Medium Orchid. HEX triplet: B6, 49 and D1. RGB value is (182,73,209). Sum of RGB (Red+Green+Blue) = 182+73+209=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #B649D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649D1 is #49B62E. Grayscale: #787878. Windows color (decimal): -4830767 or 13715894. OLE color: 13715894.

HSL color Cylindrical-coordinate representation of color #B649D1: hue angle of 288.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B649D1 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18273209-
CMYK0.130.6500.18
HSL288.09º59.65%55.29%-
HSV(B)288.09º65.07%81.96%-
XYZ33.1819.3162.3-
YUV121.1177.61171.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=39.22%
G=15.73%
B=45.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182732090.130.6500.18288.0959.6555.29
HexB649D1D410121203c37
Octal266111321151010224407467
Binary1011011010010011101000111011000001010010100100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649D1; }

 p { color: rgb(182,73,209); }

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

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

 a { background-color: rgb(182,73,209); }

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

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

 span { border-color: rgb(182,73,209); }

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