#b363ce

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

Shades of Medium Orchid #B363CE

Tints of Medium Orchid #B363CE

Color information

#B363CE (or 0xB363CE) is unknown color: approx Medium Orchid. HEX triplet: B3, 63 and CE. RGB value is (179,99,206). Sum of RGB (Red+Green+Blue) = 179+99+206=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B363CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363CE is #4C9C31. Grayscale: #868686. Windows color (decimal): -5020722 or 13525939. OLE color: 13525939.

HSL color Cylindrical-coordinate representation of color #B363CE: hue angle of 284.86º 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 #B363CE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17999206-
CMYK0.130.5200.19
HSL284.86º52.2%59.8%-
HSV(B)284.86º51.94%80.78%-
XYZ34.1922.9661.02-
YUV135.12168159.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=36.98%
G=20.45%
B=42.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179992060.130.5200.19284.8652.259.8
HexB363CED3401311d343c
Octal26314331615640234356474
Binary101100111100011110011101101110100010011100011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b363ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b363ce; }

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

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

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

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

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

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

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

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