#B649D0

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

Shades of Medium Orchid #B649D0

Tints of Medium Orchid #B649D0

Color information

#B649D0 (or 0xB649D0) is unknown color: approx Medium Orchid. HEX triplet: B6, 49 and D0. RGB value is (182,73,208). Sum of RGB (Red+Green+Blue) = 182+73+208=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #B649D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649D0 is #49B62F. Grayscale: #787878. Windows color (decimal): -4830768 or 13650358. OLE color: 13650358.

HSL color Cylindrical-coordinate representation of color #B649D0: hue angle of 288.44º degrees, saturation: 0.59, 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 #B649D0 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18273208-
CMYK0.120.6500.18
HSL288.44º58.95%55.1%-
HSV(B)288.44º64.9%81.57%-
XYZ33.0619.2661.65-
YUV120.98177.11171.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 73 (28.91% from 255) = 15.77%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=39.31%
G=15.77%
B=44.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182732080.120.6500.18288.4458.9555.1
HexB649D0C410121203b37
Octal266111320141010224407367
Binary1011011010010011101000011001000001010010100100000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649D0; }

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

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

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

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

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

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

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

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