#B36CC4

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

Shades of Medium Orchid #B36CC4

Tints of Medium Orchid #B36CC4

Color information

#B36CC4 (or 0xB36CC4) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and C4. RGB value is (179,108,196). Sum of RGB (Red+Green+Blue) = 179+108+196=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #B36CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CC4 is #4C933B. Grayscale: #8A8A8A. Windows color (decimal): -5018428 or 12872883. OLE color: 12872883.

HSL color Cylindrical-coordinate representation of color #B36CC4: hue angle of 288.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36CC4 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179108196-
CMYK0.090.4500.23
HSL288.41º42.72%59.61%-
HSV(B)288.41º44.9%76.86%-
XYZ33.9224.2955.13-
YUV139.26160.02156.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=37.06%
G=22.36%
B=40.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791081960.090.4500.23288.4142.7259.61
HexB36CC492D0171202b3c
Octal26315430411550274405374
Binary101100111101100110001001001101101010111100100000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CC4; }

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

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

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

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

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

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

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

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