#B760ED

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

Shades of Medium Orchid #B760ED

Tints of Medium Orchid #B760ED

Color information

#B760ED (or 0xB760ED) is unknown color: approx Medium Orchid. HEX triplet: B7, 60 and ED. RGB value is (183,96,237). Sum of RGB (Red+Green+Blue) = 183+96+237=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B760ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760ED is #489F12. Grayscale: #898989. Windows color (decimal): -4759315 or 15556791. OLE color: 15556791.

HSL color Cylindrical-coordinate representation of color #B760ED: hue angle of 277.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B760ED is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18396237-
CMYK0.230.5900.07
HSL277.02º79.66%65.29%-
HSV(B)277.02º59.49%92.94%-
XYZ3924.5582.8-
YUV138.09183.82160.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=35.47%
G=18.60%
B=45.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183962370.230.5900.07277.0279.6665.29
HexB760ED173B071155041
Octal267140355277307425120101
Binary1011011111000001110110110111111011011110001010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760ED; }

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

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

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

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

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

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

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

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