#B773E9

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

Shades of Medium Orchid #B773E9

Tints of Medium Orchid #B773E9

Color information

#B773E9 (or 0xB773E9) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and E9. RGB value is (183,115,233). Sum of RGB (Red+Green+Blue) = 183+115+233=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #B773E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773E9 is #488C16. Grayscale: #949494. Windows color (decimal): -4754455 or 15299511. OLE color: 15299511.

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

Color convert

RGB183115233-
CMYK0.210.5100.09
HSL274.58º72.84%68.24%-
HSV(B)274.58º50.64%91.37%-
XYZ40.3728.2180.41-
YUV148.78175.53152.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=34.46%
G=21.66%
B=43.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831152330.210.5100.09274.5872.8468.24
HexB773E91533091134944
Octal2671633512563011423111104
Binary10110111111001111101001101011100110100110001001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773E9; }

 p { color: rgb(183,115,233); }

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

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

 a { background-color: rgb(183,115,233); }

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

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

 span { border-color: rgb(183,115,233); }

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