#B36CC6

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

Shades of Medium Orchid #B36CC6

Tints of Medium Orchid #B36CC6

Color information

#B36CC6 (or 0xB36CC6) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and C6. RGB value is (179,108,198). Sum of RGB (Red+Green+Blue) = 179+108+198=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #B36CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CC6 is #4C9339. Grayscale: #8B8B8B. Windows color (decimal): -5018426 or 13003955. OLE color: 13003955.

HSL color Cylindrical-coordinate representation of color #B36CC6: hue angle of 287.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36CC6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179108198-
CMYK0.100.4500.22
HSL287.33º44.12%60%-
HSV(B)287.33º45.45%77.65%-
XYZ34.1524.3956.33-
YUV139.49161.02156.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=36.91%
G=22.27%
B=40.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791081980.100.4500.22287.3344.1260
HexB36CC6A2D01611f2c3c
Octal26315430612550264375474
Binary101100111101100110001101010101101010110100011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CC6; }

 p { color: rgb(179,108,198); }

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

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

 a { background-color: rgb(179,108,198); }

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

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

 span { border-color: rgb(179,108,198); }

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