#B655E7

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

Shades of Medium Orchid #B655E7

Tints of Medium Orchid #B655E7

Color information

#B655E7 (or 0xB655E7) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and E7. RGB value is (182,85,231). Sum of RGB (Red+Green+Blue) = 182+85+231=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #B655E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655E7 is #49AA18. Grayscale: #828282. Windows color (decimal): -4827673 or 15160758. OLE color: 15160758.

HSL color Cylindrical-coordinate representation of color #B655E7: hue angle of 279.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B655E7 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18285231-
CMYK0.210.6300.09
HSL279.86º75.26%61.96%-
HSV(B)279.86º63.2%90.59%-
XYZ36.9622.2177.94-
YUV130.65184.64164.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 231 (90.62% from 255) = 46.39%
R=36.55%
G=17.07%
B=46.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182852310.210.6300.09279.8675.2661.96
HexB655E7153F091184b3e
Octal266125347257701143011376
Binary1011011010101011110011110101111111010011000110001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655E7; }

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

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

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

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

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

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

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

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