#B36FC9

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

Shades of Medium Orchid #B36FC9

Tints of Medium Orchid #B36FC9

Color information

#B36FC9 (or 0xB36FC9) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and C9. RGB value is (179,111,201). Sum of RGB (Red+Green+Blue) = 179+111+201=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #B36FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC9 is #4C9036. Grayscale: #8D8D8D. Windows color (decimal): -5017655 or 13201331. OLE color: 13201331.

HSL color Cylindrical-coordinate representation of color #B36FC9: hue angle of 285.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36FC9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179111201-
CMYK0.110.4500.21
HSL285.33º45.45%61.18%-
HSV(B)285.33º44.78%78.82%-
XYZ34.8225.1758.28-
YUV141.59161.53154.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=36.46%
G=22.61%
B=40.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791112010.110.4500.21285.3345.4561.18
HexB36FC9B2D01511d2d3d
Octal26315731113550254355575
Binary101100111101111110010011011101101010101100011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FC9; }

 p { color: rgb(179,111,201); }

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

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

 a { background-color: rgb(179,111,201); }

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

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

 span { border-color: rgb(179,111,201); }

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