#B76BE4

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

Shades of Medium Orchid #B76BE4

Tints of Medium Orchid #B76BE4

Color information

#B76BE4 (or 0xB76BE4) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and E4. RGB value is (183,107,228). Sum of RGB (Red+Green+Blue) = 183+107+228=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #B76BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BE4 is #48941B. Grayscale: #8F8F8F. Windows color (decimal): -4756508 or 14969783. OLE color: 14969783.

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

Color convert

RGB183107228-
CMYK0.200.5300.11
HSL277.69º69.14%65.69%-
HSV(B)277.69º53.07%89.41%-
XYZ38.7926.1876.41-
YUV143.52175.68156.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=35.33%
G=20.66%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831072280.200.5300.11277.6969.1465.69
HexB76BE414350B1164542
Octal2671533442465013426105102
Binary10110111110101111100100101001101010101110001011010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BE4; }

 p { color: rgb(183,107,228); }

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

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

 a { background-color: rgb(183,107,228); }

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

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

 span { border-color: rgb(183,107,228); }

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