#B76EED

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

Shades of Medium Orchid #B76EED

Tints of Medium Orchid #B76EED

Color information

#B76EED (or 0xB76EED) is unknown color: approx Medium Orchid. HEX triplet: B7, 6E and ED. RGB value is (183,110,237). Sum of RGB (Red+Green+Blue) = 183+110+237=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EED is #489112. Grayscale: #919191. Windows color (decimal): -4755731 or 15560375. OLE color: 15560375.

HSL color Cylindrical-coordinate representation of color #B76EED: hue angle of 274.49º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76EED is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183110237-
CMYK0.230.5400.07
HSL274.49º77.91%68.04%-
HSV(B)274.49º53.59%92.94%-
XYZ40.3927.3383.27-
YUV146.3179.18154.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 110 (43.36% from 255) = 20.75%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=34.53%
G=20.75%
B=44.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831102370.230.5400.07274.4977.9168.04
HexB76EED1736071124e44
Octal267156355276607422116104
Binary1011011111011101110110110111110110011110001001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EED; }

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

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

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

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

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

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

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

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