#B764EC

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

Shades of Medium Orchid #B764EC

Tints of Medium Orchid #B764EC

Color information

#B764EC (or 0xB764EC) is unknown color: approx Medium Orchid. HEX triplet: B7, 64 and EC. RGB value is (183,100,236). Sum of RGB (Red+Green+Blue) = 183+100+236=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B764EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764EC is #489B13. Grayscale: #8B8B8B. Windows color (decimal): -4758292 or 15492279. OLE color: 15492279.

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

Color convert

RGB183100236-
CMYK0.220.5800.07
HSL276.62º78.16%65.88%-
HSV(B)276.62º57.63%92.55%-
XYZ39.2325.2482.16-
YUV140.32182158.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=35.26%
G=19.27%
B=45.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831002360.220.5800.07276.6278.1665.88
HexB764EC163A071154e42
Octal267144354267207425116102
Binary1011011111001001110110010110111010011110001010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764EC; }

 p { color: rgb(183,100,236); }

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

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

 a { background-color: rgb(183,100,236); }

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

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

 span { border-color: rgb(183,100,236); }

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