#B764ED

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

Shades of Medium Orchid #B764ED

Tints of Medium Orchid #B764ED

Color information

#B764ED (or 0xB764ED) is unknown color: approx Medium Orchid. HEX triplet: B7, 64 and ED. RGB value is (183,100,237). Sum of RGB (Red+Green+Blue) = 183+100+237=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B764ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764ED is #489B12. Grayscale: #8B8B8B. Windows color (decimal): -4758291 or 15557815. OLE color: 15557815.

HSL color Cylindrical-coordinate representation of color #B764ED: hue angle of 276.35º degrees, saturation: 0.79, 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 #B764ED is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183100237-
CMYK0.230.5800.07
HSL276.35º79.19%66.08%-
HSV(B)276.35º57.81%92.94%-
XYZ39.3725.382.93-
YUV140.44182.5158.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=35.19%
G=19.23%
B=45.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831002370.230.5800.07276.3579.1966.08
HexB764ED173A071144f42
Octal267144355277207424117102
Binary1011011111001001110110110111111010011110001010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764ED; }

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

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

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

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

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

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

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

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