#B36ACA

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

Shades of Medium Orchid #B36ACA

Tints of Medium Orchid #B36ACA

Color information

#B36ACA (or 0xB36ACA) is unknown color: approx Medium Orchid. HEX triplet: B3, 6A and CA. RGB value is (179,106,202). Sum of RGB (Red+Green+Blue) = 179+106+202=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B36ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACA is #4C9535. Grayscale: #8A8A8A. Windows color (decimal): -5018934 or 13265587. OLE color: 13265587.

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

Color convert

RGB179106202-
CMYK0.110.4800.21
HSL285.62º47.52%60.39%-
HSV(B)285.62º47.52%79.22%-
XYZ34.4124.1658.73-
YUV138.77163.68156.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=36.76%
G=21.77%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791062020.110.4800.21285.6247.5260.39
HexB36ACAB3001511e303c
Octal26315231213600254366074
Binary101100111101010110010101011110000010101100011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36ACA; }

 p { color: rgb(179,106,202); }

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

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

 a { background-color: rgb(179,106,202); }

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

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

 span { border-color: rgb(179,106,202); }

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