#B76FDE

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

Shades of Medium Orchid #B76FDE

Tints of Medium Orchid #B76FDE

Color information

#B76FDE (or 0xB76FDE) is unknown color: approx Medium Orchid. HEX triplet: B7, 6F and DE. RGB value is (183,111,222). Sum of RGB (Red+Green+Blue) = 183+111+222=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDE is #489021. Grayscale: #909090. Windows color (decimal): -4755490 or 14577591. OLE color: 14577591.

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

Color convert

RGB183111222-
CMYK0.180.500.13
HSL278.92º62.71%65.29%-
HSV(B)278.92º50%87.06%-
XYZ38.426.7172.24-
YUV145.18171.35154.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=35.47%
G=21.51%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831112220.180.500.13278.9262.7165.29
HexB76FDE12320D1173f41
Octal267157336226201542777101
Binary1011011111011111101111010010110010011011000101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FDE; }

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

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

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

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

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

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

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

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