#B655D8

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

Shades of Medium Orchid #B655D8

Tints of Medium Orchid #B655D8

Color information

#B655D8 (or 0xB655D8) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and D8. RGB value is (182,85,216). Sum of RGB (Red+Green+Blue) = 182+85+216=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #B655D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655D8 is #49AA27. Grayscale: #808080. Windows color (decimal): -4827688 or 14177718. OLE color: 14177718.

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

Color convert

RGB18285216-
CMYK0.160.6100.15
HSL284.43º62.68%59.02%-
HSV(B)284.43º60.65%84.71%-
XYZ34.9321.467.26-
YUV128.94177.14165.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 216 (84.77% from 255) = 44.72%
R=37.68%
G=17.60%
B=44.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182852160.160.6100.15284.4362.6859.02
HexB655D8103D0F11c3f3b
Octal26612533020750174347773
Binary101101101010101110110001000011110101111100011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655D8; }

 p { color: rgb(182,85,216); }

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

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

 a { background-color: rgb(182,85,216); }

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

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

 span { border-color: rgb(182,85,216); }

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