#B655EA

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

Shades of Medium Orchid #B655EA

Tints of Medium Orchid #B655EA

Color information

#B655EA (or 0xB655EA) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and EA. RGB value is (182,85,234). Sum of RGB (Red+Green+Blue) = 182+85+234=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #B655EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655EA is #49AA15. Grayscale: #828282. Windows color (decimal): -4827670 or 15357366. OLE color: 15357366.

HSL color Cylindrical-coordinate representation of color #B655EA: hue angle of 279.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B655EA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18285234-
CMYK0.220.6400.08
HSL279.06º78.01%62.55%-
HSV(B)279.06º63.68%91.76%-
XYZ37.3922.3880.19-
YUV130.99186.14164.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=36.33%
G=16.97%
B=46.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182852340.220.6400.08279.0678.0162.55
HexB655EA1640081174e3f
Octal2661253522610001042711677
Binary10110110101010111101010101101000000010001000101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655EA; }

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

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

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

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

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

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

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

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