#B763D7

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

Shades of Medium Orchid #B763D7

Tints of Medium Orchid #B763D7

Color information

#B763D7 (or 0xB763D7) is unknown color: approx Medium Orchid. HEX triplet: B7, 63 and D7. RGB value is (183,99,215). Sum of RGB (Red+Green+Blue) = 183+99+215=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #B763D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763D7 is #489C28. Grayscale: #888888. Windows color (decimal): -4758569 or 14115767. OLE color: 14115767.

HSL color Cylindrical-coordinate representation of color #B763D7: hue angle of 283.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B763D7 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18399215-
CMYK0.150.5400.16
HSL283.45º59.18%61.57%-
HSV(B)283.45º53.95%84.31%-
XYZ36.2623.966.99-
YUV137.34171.83160.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=36.82%
G=19.92%
B=43.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183992150.150.5400.16283.4559.1861.57
HexB763D7F3601011b3b3e
Octal26714332717660204337376
Binary101101111100011110101111111110110010000100011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763D7; }

 p { color: rgb(183,99,215); }

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

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

 a { background-color: rgb(183,99,215); }

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

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

 span { border-color: rgb(183,99,215); }

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