#B647DE

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

Shades of Medium Orchid #B647DE

Tints of Medium Orchid #B647DE

Color information

#B647DE (or 0xB647DE) is unknown color: approx Medium Orchid. HEX triplet: B6, 47 and DE. RGB value is (182,71,222). Sum of RGB (Red+Green+Blue) = 182+71+222=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #B647DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647DE is #49B821. Grayscale: #787878. Windows color (decimal): -4831266 or 14567350. OLE color: 14567350.

HSL color Cylindrical-coordinate representation of color #B647DE: hue angle of 284.11º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B647DE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18271222-
CMYK0.180.6800.13
HSL284.11º69.59%57.45%-
HSV(B)284.11º68.02%87.06%-
XYZ34.7319.7371.08-
YUV121.4184.77171.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=38.32%
G=14.95%
B=46.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182712220.180.6800.13284.1169.5957.45
HexB647DE12440D11c4639
Octal2661073362210401543410671
Binary10110110100011111011110100101000100011011000111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B647DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B647DE; }

 p { color: rgb(182,71,222); }

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

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

 a { background-color: rgb(182,71,222); }

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

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

 span { border-color: rgb(182,71,222); }

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