#B773E2

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

Shades of Medium Orchid #B773E2

Tints of Medium Orchid #B773E2

Color information

#B773E2 (or 0xB773E2) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and E2. RGB value is (183,115,226). Sum of RGB (Red+Green+Blue) = 183+115+226=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #B773E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773E2 is #488C1D. Grayscale: #939393. Windows color (decimal): -4754462 or 14840759. OLE color: 14840759.

HSL color Cylindrical-coordinate representation of color #B773E2: hue angle of 276.76º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B773E2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183115226-
CMYK0.190.4900.11
HSL276.76º65.68%66.86%-
HSV(B)276.76º49.12%88.63%-
XYZ39.3927.8275.25-
YUV147.99172.03152.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=34.92%
G=21.95%
B=43.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831152260.190.4900.11276.7665.6866.86
HexB773E213310B1154243
Octal2671633422361013425102103
Binary10110111111001111100010100111100010101110001010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773E2; }

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

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

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

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

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

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

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

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