#B763CE

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

Shades of Medium Orchid #B763CE

Tints of Medium Orchid #B763CE

Color information

#B763CE (or 0xB763CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 63 and CE. RGB value is (183,99,206). Sum of RGB (Red+Green+Blue) = 183+99+206=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B763CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763CE is #489C31. Grayscale: #878787. Windows color (decimal): -4758578 or 13525943. OLE color: 13525943.

HSL color Cylindrical-coordinate representation of color #B763CE: hue angle of 287.1º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B763CE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18399206-
CMYK0.110.5200.19
HSL287.1º52.2%59.8%-
HSV(B)287.1º51.94%80.78%-
XYZ35.1323.4561.07-
YUV136.31167.33161.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=37.5%
G=20.29%
B=42.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183992060.110.5200.19287.152.259.8
HexB763CEB3401311f343c
Octal26714331613640234376474
Binary101101111100011110011101011110100010011100011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763CE; }

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

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

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

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

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

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

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

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