#B763D6

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

Shades of Medium Orchid #B763D6

Tints of Medium Orchid #B763D6

Color information

#B763D6 (or 0xB763D6) is unknown color: approx Medium Orchid. HEX triplet: B7, 63 and D6. RGB value is (183,99,214). Sum of RGB (Red+Green+Blue) = 183+99+214=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #B763D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763D6 is #489C29. Grayscale: #888888. Windows color (decimal): -4758570 or 14050231. OLE color: 14050231.

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

Color convert

RGB18399214-
CMYK0.140.5400.16
HSL283.83º58.38%61.37%-
HSV(B)283.83º53.74%83.92%-
XYZ36.1323.8566.32-
YUV137.23171.33160.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=36.90%
G=19.96%
B=43.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183992140.140.5400.16283.8358.3861.37
HexB763D6E3601011c3a3d
Octal26714332616660204347275
Binary101101111100011110101101110110110010000100011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763D6; }

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

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

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

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

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

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

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

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