#B76EE1

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

Shades of Medium Orchid #B76EE1

Tints of Medium Orchid #B76EE1

Color information

#B76EE1 (or 0xB76EE1) is unknown color: approx Medium Orchid. HEX triplet: B7, 6E and E1. RGB value is (183,110,225). Sum of RGB (Red+Green+Blue) = 183+110+225=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #B76EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EE1 is #48911E. Grayscale: #909090. Windows color (decimal): -4755743 or 14773943. OLE color: 14773943.

HSL color Cylindrical-coordinate representation of color #B76EE1: hue angle of 278.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76EE1 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183110225-
CMYK0.190.5100.12
HSL278.09º65.71%65.69%-
HSV(B)278.09º51.11%88.24%-
XYZ38.6926.6674.34-
YUV144.94173.18155.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=35.33%
G=21.24%
B=43.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831102250.190.5100.12278.0965.7165.69
HexB76EE113330C1164242
Octal2671563412363014426102102
Binary10110111110111011100001100111100110110010001011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EE1; }

 p { color: rgb(183,110,225); }

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

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

 a { background-color: rgb(183,110,225); }

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

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

 span { border-color: rgb(183,110,225); }

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