#B76DDE

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

Shades of Medium Orchid #B76DDE

Tints of Medium Orchid #B76DDE

Color information

#B76DDE (or 0xB76DDE) is unknown color: approx Medium Orchid. HEX triplet: B7, 6D and DE. RGB value is (183,109,222). Sum of RGB (Red+Green+Blue) = 183+109+222=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDE is #489221. Grayscale: #8F8F8F. Windows color (decimal): -4756002 or 14577079. OLE color: 14577079.

HSL color Cylindrical-coordinate representation of color #B76DDE: hue angle of 279.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76DDE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183109222-
CMYK0.180.5100.13
HSL279.29º63.13%64.9%-
HSV(B)279.29º50.9%87.06%-
XYZ38.1826.2872.17-
YUV144.01172.02155.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=35.60%
G=21.21%
B=43.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831092220.180.5100.13279.2963.1364.9
HexB76DDE12330D1173f41
Octal267155336226301542777101
Binary1011011111011011101111010010110011011011000101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DDE; }

 p { color: rgb(183,109,222); }

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

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

 a { background-color: rgb(183,109,222); }

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

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

 span { border-color: rgb(183,109,222); }

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