#B648D1

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

Shades of Medium Orchid #B648D1

Tints of Medium Orchid #B648D1

Color information

#B648D1 (or 0xB648D1) is unknown color: approx Medium Orchid. HEX triplet: B6, 48 and D1. RGB value is (182,72,209). Sum of RGB (Red+Green+Blue) = 182+72+209=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #B648D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648D1 is #49B72E. Grayscale: #787878. Windows color (decimal): -4831023 or 13715638. OLE color: 13715638.

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

Color convert

RGB18272209-
CMYK0.130.6600.18
HSL288.18º59.83%55.1%-
HSV(B)288.18º65.55%81.96%-
XYZ33.1219.1862.28-
YUV120.51177.94171.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=39.31%
G=15.55%
B=45.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182722090.130.6600.18288.1859.8355.1
HexB648D1D420121203c37
Octal266110321151020224407467
Binary1011011010010001101000111011000010010010100100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B648D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B648D1; }

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

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

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

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

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

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

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

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