#B36FC0

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

Shades of Medium Orchid #B36FC0

Tints of Medium Orchid #B36FC0

Color information

#B36FC0 (or 0xB36FC0) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and C0. RGB value is (179,111,192). Sum of RGB (Red+Green+Blue) = 179+111+192=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #B36FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC0 is #4C903F. Grayscale: #8C8C8C. Windows color (decimal): -5017664 or 12611507. OLE color: 12611507.

HSL color Cylindrical-coordinate representation of color #B36FC0: hue angle of 290.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36FC0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179111192-
CMYK0.070.4200.25
HSL290.37º39.13%59.41%-
HSV(B)290.37º42.19%75.29%-
XYZ33.7924.7652.87-
YUV140.57157.03155.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=37.14%
G=23.03%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791111920.070.4200.25290.3739.1359.41
HexB36FC072A019122273b
Octal2631573007520314424773
Binary10110011110111111000000111101010011001100100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FC0; }

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

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

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

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

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

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

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

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